diff options
Diffstat (limited to 'templates/latex')
-rw-r--r-- | templates/latex/doxygen.sty | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/latex/doxygen.sty b/templates/latex/doxygen.sty index 66ffca3..64fb0f0 100644 --- a/templates/latex/doxygen.sty +++ b/templates/latex/doxygen.sty @@ -444,6 +444,11 @@ \textbf{#1} (\textnormal{#2}\,\pageref{#3})% } +% Used to link to a table when hyperlinks are turned off +\newcommand{\doxytableref}[3]{% + \ref{#3}% +} + % Used by @addindex \newcommand{\lcurly}{\{} \newcommand{\rcurly}{\}} |