Skip to content

Commit

Permalink
Create doxygen.sty
Browse files Browse the repository at this point in the history
  • Loading branch information
wvanheemstra authored Dec 30, 2024
1 parent 2ee5344 commit ad7ecde
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions nfc-reader-docs/docs/pdf/latex/doxygen.sty
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
% Doxygen custom style definitions
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{doxygen}

% Custom commands for Doxygen elements
\newcommand{\doxyref}[3]{\textbf{#1} (\textit{#2}\,\pageref{#3})}
\newenvironment{DoxyDesc}[1]{%
\begin{list}{}{%
\settowidth{\labelwidth}{20pt}%
\setlength{\parsep}{0pt}%
\setlength{\itemsep}{0pt}%
\renewcommand{\makelabel}{\entrylabel}%
}%
}{%
\end{list}%
}

% More style definitions...

0 comments on commit ad7ecde

Please sign in to comment.