summaryrefslogtreecommitdiffstats
path: root/doc/doxygen.sty
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2012-07-12 15:32:41 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2012-07-12 15:32:41 (GMT)
commita9862d8487c3abbf3edccc78e177874f4186c822 (patch)
tree84ec1ff38937e82a2dfe563fc2d140bc337ffd7f /doc/doxygen.sty
parentf397aa6aa3e425c97c7bff085ea1aff7b479d7e8 (diff)
downloadDoxygen-a9862d8487c3abbf3edccc78e177874f4186c822.zip
Doxygen-a9862d8487c3abbf3edccc78e177874f4186c822.tar.gz
Doxygen-a9862d8487c3abbf3edccc78e177874f4186c822.tar.bz2
Release-1.8.1.2
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}}}}