summaryrefslogtreecommitdiffstats
path: root/doc/doxygen.sty
diff options
context:
space:
mode:
Diffstat (limited to 'doc/doxygen.sty')
-rw-r--r--doc/doxygen.sty14
1 files changed, 8 insertions, 6 deletions
diff --git a/doc/doxygen.sty b/doc/doxygen.sty
index c64fb09..45bec34 100644
--- a/doc/doxygen.sty
+++ b/doc/doxygen.sty
@@ -10,6 +10,8 @@
\RequirePackage{longtable}
\RequirePackage{verbatim}
\RequirePackage{ifthen}
+\RequirePackage{xtab}
+\RequirePackage{multirow}
\RequirePackage[table]{xcolor}
% Use helvetica font instead of times roman
@@ -95,11 +97,11 @@
% Used by @code ... @endcode
\newenvironment{DoxyCode}{%
- \footnotesize%
- \verbatim%
+
+
+\begin{scriptsize}\begin{alltt}%
}{%
- \endverbatim%
- \normalsize%
+\end{alltt}\end{scriptsize}%
}
% Used by @example, @include, @includelineno and @dontinclude
@@ -402,10 +404,10 @@
{
\setlength{\tmplength}
{\linewidth/(#1)-\tabcolsep*2-\arrayrulewidth*(#1+1)/(#1)}
- \par\begin{tabular*}{\linewidth}
+ \par\begin{xtabular*}{\linewidth}
{*{#1}{|>{\PBS\raggedright\hspace{0pt}}p{\the\tmplength}}|}
}
-{\end{tabular*}\par}
+{\end{xtabular*}\par}
\newcommand{\entrylabel}[1]{
{\parbox[b]{\labelwidth-4pt}{\makebox[0pt][l]{%
\usefont{OT1}{phv}{bc}{n}\color{darkgray}#1}\vspace{1.5\baselineskip}}}}