summaryrefslogtreecommitdiffstats
path: root/templates/latex/doxygen.sty
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2019-02-01 14:03:15 (GMT)
committeralbert-github <albert.tests@gmail.com>2019-02-01 14:03:15 (GMT)
commit3e74470aace3c7a53d02bdfe9590a379c9269b45 (patch)
tree5c5d9c16913e04902a19018f9056a7d2118deb08 /templates/latex/doxygen.sty
parent9778b72f5641d98f98a1851fc93148f9da258a74 (diff)
downloadDoxygen-3e74470aace3c7a53d02bdfe9590a379c9269b45.zip
Doxygen-3e74470aace3c7a53d02bdfe9590a379c9269b45.tar.gz
Doxygen-3e74470aace3c7a53d02bdfe9590a379c9269b45.tar.bz2
Bug 141919 - Wrong param and exception style in RTF output
Some small improvements in the different formats based on the problems signaled with the issue - doxygen.css make exceptions in line with other tables (i.e. the appearance of the name of the exception) - doxygen.sty, rtfdocvisitor.cpp between items in e.g. Precondition, Postcondition, Note place a paragraph distance (like in main text) - docbookvisitor.cpp handle title of Rcs and User sections correctly .
Diffstat (limited to 'templates/latex/doxygen.sty')
-rw-r--r--templates/latex/doxygen.sty2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/latex/doxygen.sty b/templates/latex/doxygen.sty
index e696837..de16c7d 100644
--- a/templates/latex/doxygen.sty
+++ b/templates/latex/doxygen.sty
@@ -53,7 +53,7 @@
\ensurespace{4\baselineskip}%
\begin{list}{}{%
\settowidth{\labelwidth}{20pt}%
- \setlength{\parsep}{0pt}%
+ %\setlength{\parsep}{0pt}%
\setlength{\itemsep}{0pt}%
\setlength{\leftmargin}{\labelwidth+\labelsep}%
\renewcommand{\makelabel}{\entrylabel}%