aboutsummaryrefslogtreecommitdiff
path: root/doc/latex/doxygen.sty
diff options
context:
space:
mode:
Diffstat (limited to 'doc/latex/doxygen.sty')
-rw-r--r--doc/latex/doxygen.sty10
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/latex/doxygen.sty b/doc/latex/doxygen.sty
index ce4cd41..0f57a37 100644
--- a/doc/latex/doxygen.sty
+++ b/doc/latex/doxygen.sty
@@ -27,9 +27,9 @@
\fancyplain{}{\bfseries\thepage}%
}
\rfoot[\fancyplain{}{\bfseries\scriptsize%
- Generated on Mon Sep 20 13:53:30 2010 for Cinisis Database Reader by Doxygen }]{}
+ Generated on Tue Feb 22 2011 10:19:13 for Cinisis Database Reader by Doxygen }]{}
\lfoot[]{\fancyplain{}{\bfseries\scriptsize%
- Generated on Mon Sep 20 13:53:30 2010 for Cinisis Database Reader by Doxygen }}
+ Generated on Tue Feb 22 2011 10:19:13 for Cinisis Database Reader by Doxygen }}
\cfoot{}
%---------- Internal commands used in this style file ----------------
@@ -252,6 +252,12 @@
\end{DoxyDesc}%
}
+% is used for parameters within a detailed function description
+\newenvironment{DoxyParamCaption}{%
+ \renewcommand{\item}[2][]{##1 {\em ##2}}%
+ }{%
+}
+
% Used by return value lists
\newenvironment{DoxyRetVals}[1]{%
\begin{DoxyDesc}{#1}%