summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2015-08-28 12:59:36 (GMT)
committeralbert-github <albert.tests@gmail.com>2015-08-28 12:59:36 (GMT)
commita0880ff1c41a1c57bc92c1ccf99cf750064e2995 (patch)
tree1785fdca82c7c51c795bdde2576da461ed8a09e3
parent8418d48172b29437ab36fa90691c87734d3ca27c (diff)
downloadDoxygen-a0880ff1c41a1c57bc92c1ccf99cf750064e2995.zip
Doxygen-a0880ff1c41a1c57bc92c1ccf99cf750064e2995.tar.gz
Doxygen-a0880ff1c41a1c57bc92c1ccf99cf750064e2995.tar.bz2
Alignment in LaTeX parameter table
Too be consistent between HTML, LaTeX and RTF the items should all be left aligned in the param table.
-rw-r--r--templates/latex/doxygen.sty6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/latex/doxygen.sty b/templates/latex/doxygen.sty
index 53d198f..2051b30 100644
--- a/templates/latex/doxygen.sty
+++ b/templates/latex/doxygen.sty
@@ -273,10 +273,10 @@
\tabulinesep=1mm%
\par%
\ifthenelse{\equal{#1}{}}%
- {\begin{longtabu} spread 0pt [l]{|X[-1,r]|X[-1,l]|}}% name + description
+ {\begin{longtabu} spread 0pt [l]{|X[-1,l]|X[-1,l]|}}% name + description
{\ifthenelse{\equal{#1}{1}}%
- {\begin{longtabu} spread 0pt [l]{|X[-1,c]|X[-1,r]|X[-1,l]|}}% in/out + name + desc
- {\begin{longtabu} spread 0pt [l]{|X[-1,c]|X[-1,c]|X[-1,r]|X[-1,l]|}}% in/out + type + name + desc
+ {\begin{longtabu} spread 0pt [l]{|X[-1,l]|X[-1,l]|X[-1,l]|}}% in/out + name + desc
+ {\begin{longtabu} spread 0pt [l]{|X[-1,l]|X[-1,l]|X[-1,l]|X[-1,l]|}}% in/out + type + name + desc
}
\multicolumn{2}{l}{\hspace{-6pt}\bfseries\fontseries{bc}\selectfont\color{darkgray} #2}\\[1ex]%
\hline%