diff options
author | Dimitri van Heesch <doxygen@gmail.com> | 2019-07-28 19:45:36 (GMT) |
---|---|---|
committer | Dimitri van Heesch <doxygen@gmail.com> | 2019-07-28 19:45:36 (GMT) |
commit | 842838f8c200160fe48799a41e20cd29856f68d0 (patch) | |
tree | 4944c212e26de597ba52c101b027bc72496e9cd9 /templates/latex | |
parent | 8f67438654de21daa9ac5db32ef5882b5fdbb6db (diff) | |
parent | b538357b67cc79ecf807cbc022dd9e30cde3a530 (diff) | |
download | Doxygen-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/latex')
-rw-r--r-- | templates/latex/doxygen.sty | 11 |
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 |