summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-07-28 19:45:36 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2019-07-28 19:45:36 (GMT)
commit842838f8c200160fe48799a41e20cd29856f68d0 (patch)
tree4944c212e26de597ba52c101b027bc72496e9cd9 /templates
parent8f67438654de21daa9ac5db32ef5882b5fdbb6db (diff)
parentb538357b67cc79ecf807cbc022dd9e30cde3a530 (diff)
downloadDoxygen-842838f8c200160fe48799a41e20cd29856f68d0.zip
Doxygen-842838f8c200160fe48799a41e20cd29856f68d0.tar.gz
Doxygen-842838f8c200160fe48799a41e20cd29856f68d0.tar.bz2
Merge branch 'latex-output-format-fixes' of https://github.com/BCiesla/doxygen into BCiesla-latex-output-format-fixes
Diffstat (limited to 'templates')
-rw-r--r--templates/latex/doxygen.sty11
1 files changed, 2 insertions, 9 deletions
diff --git a/templates/latex/doxygen.sty b/templates/latex/doxygen.sty
index 1954365..afa0f7d 100644
--- a/templates/latex/doxygen.sty
+++ b/templates/latex/doxygen.sty
@@ -306,16 +306,9 @@
% Used by @par and @paragraph
\newenvironment{DoxyParagraph}[1]{%
- \begin{list}{}{%
- \settowidth{\labelwidth}{40pt}%
- \setlength{\leftmargin}{\labelwidth+\labelsep}%
- \setlength{\parsep}{0pt}%
- \setlength{\itemsep}{-4pt}%
- \renewcommand{\makelabel}{\entrylabel}%
- }%
- \item[#1]%
+ \begin{DoxyDesc}{#1}%
}{%
- \end{list}%
+ \end{DoxyDesc}%
}
% Used by parameter lists