summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-12-17 20:28:49 (GMT)
committerGitHub <noreply@github.com>2019-12-17 20:28:49 (GMT)
commitcb7d4fcf8dff6183581914465dcc9abfb3ed5a31 (patch)
treeac7a244d8e3cef00bc1abf606ea89e57deffad44 /templates
parenta571e7669a835bc998cb96b226537a6e8093bc09 (diff)
parent416ee572ba35b4d0cf30ccca66f0691c658f2e53 (diff)
downloadDoxygen-cb7d4fcf8dff6183581914465dcc9abfb3ed5a31.zip
Doxygen-cb7d4fcf8dff6183581914465dcc9abfb3ed5a31.tar.gz
Doxygen-cb7d4fcf8dff6183581914465dcc9abfb3ed5a31.tar.bz2
Merge pull request #7237 from albert-github/feature/bug_table_hr
Problem with `<hr>` in LaTeX multicolumn cell
Diffstat (limited to 'templates')
-rw-r--r--templates/latex/doxygen.sty10
1 files changed, 8 insertions, 2 deletions
diff --git a/templates/latex/doxygen.sty b/templates/latex/doxygen.sty
index bf19901..83891a5 100644
--- a/templates/latex/doxygen.sty
+++ b/templates/latex/doxygen.sty
@@ -35,9 +35,15 @@
\endgroup%
}
-\newcommand{\DoxyHorRuler}{%
+\newcommand{\DoxyHorRuler}[1]{%
\setlength{\parskip}{0ex plus 0ex minus 0ex}%
- \hrule%
+ \ifthenelse{#1=0}%
+ {%
+ \hrule%
+ }%
+ {%
+ \hrulefilll%
+ }%
}
\newcommand{\DoxyLabelFont}{}
\newcommand{\entrylabel}[1]{%