summaryrefslogtreecommitdiffstats
path: root/templates/latex/doxygen.sty
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2015-08-30 09:59:51 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2015-08-30 09:59:51 (GMT)
commit5dc8371ffb4fb0542a67656b0de900e265e96dc1 (patch)
tree868e726eaeb10f08842e43a7179b53d857569b33 /templates/latex/doxygen.sty
parent4bd50c9f0dc1d7b1413a6bda587b8a5999cd7a19 (diff)
parent189feb213f71f8fda716cff9d8f7393dc6b96bea (diff)
downloadDoxygen-5dc8371ffb4fb0542a67656b0de900e265e96dc1.zip
Doxygen-5dc8371ffb4fb0542a67656b0de900e265e96dc1.tar.gz
Doxygen-5dc8371ffb4fb0542a67656b0de900e265e96dc1.tar.bz2
Merge branch 'master' of github.com:doxygen/doxygen
Diffstat (limited to 'templates/latex/doxygen.sty')
-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 948acf7..3f21871 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%