summaryrefslogtreecommitdiffstats
path: root/doc/doxygen_manual.tex
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2019-08-29 16:06:51 (GMT)
committeralbert-github <albert.tests@gmail.com>2019-08-29 16:06:51 (GMT)
commit416ee572ba35b4d0cf30ccca66f0691c658f2e53 (patch)
treef6ab44585b72c1ac646711059d2356bd4c764308 /doc/doxygen_manual.tex
parenta3093ff24ec75b70d6d7dc37ca2c7e68f36161fe (diff)
downloadDoxygen-416ee572ba35b4d0cf30ccca66f0691c658f2e53.zip
Doxygen-416ee572ba35b4d0cf30ccca66f0691c658f2e53.tar.gz
Doxygen-416ee572ba35b4d0cf30ccca66f0691c658f2e53.tar.bz2
Problem with `<hr>` in LaTeX multicolumn cell
Small problem with defining `\hrulefilll`, moved code.
Diffstat (limited to 'doc/doxygen_manual.tex')
-rw-r--r--doc/doxygen_manual.tex5
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.