diff options
author | Dimitri van Heesch <doxygen@gmail.com> | 2019-12-17 20:28:49 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-17 20:28:49 (GMT) |
commit | cb7d4fcf8dff6183581914465dcc9abfb3ed5a31 (patch) | |
tree | ac7a244d8e3cef00bc1abf606ea89e57deffad44 /doc | |
parent | a571e7669a835bc998cb96b226537a6e8093bc09 (diff) | |
parent | 416ee572ba35b4d0cf30ccca66f0691c658f2e53 (diff) | |
download | Doxygen-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 'doc')
-rw-r--r-- | doc/doxygen_manual.tex | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/doxygen_manual.tex b/doc/doxygen_manual.tex index 8ff3c66..e350013 100644 --- a/doc/doxygen_manual.tex +++ b/doc/doxygen_manual.tex @@ -66,6 +66,11 @@ \usepackage{doxygen} \usepackage{manual} %% +%gave problems when in doxygen.sty +\makeatletter +\newcommand\hrulefilll{\leavevmode\leaders\hrule\hskip 0pt plus 1filll\kern\z@} +\makeatother +%% % unfortunately constructs like: % \renewcommand{\doxysection}[1]{\doxysubsection{##1}} % using values from book.cls (see also doxygen.sty) and redefining sections to correct level. |