Skip to content

Commit

Permalink
Alignment in LaTeX parameter table
Browse files Browse the repository at this point in the history
Too be consistent between HTML, LaTeX and RTF the items should all be left aligned in the param table.
  • Loading branch information
albert-github committed Aug 28, 2015
1 parent 8418d48 commit a0880ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/latex/doxygen.sty
Original file line number Diff line number Diff line change
Expand Up @@ -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%
Expand Down

0 comments on commit a0880ff

Please sign in to comment.