summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBartosz Ciesla <bartosz.ciesla@nokia.com>2019-07-18 10:59:00 (GMT)
committerBartosz Ciesla <bartosz.ciesla@nokia.com>2019-07-18 10:59:00 (GMT)
commitb538357b67cc79ecf807cbc022dd9e30cde3a530 (patch)
treeac4e9943b348562e8ab74cb452d1fb40617f13d3 /templates
parentb477f2f56db3abc0a9e5ee27430be1a0340e0085 (diff)
downloadDoxygen-b538357b67cc79ecf807cbc022dd9e30cde3a530.zip
Doxygen-b538357b67cc79ecf807cbc022dd9e30cde3a530.tar.gz
Doxygen-b538357b67cc79ecf807cbc022dd9e30cde3a530.tar.bz2
Change DoxyParagraph to use DoxyDesc inside in latex style
This solves the problem where header of the paragraph in pdf output generated from latex has different indent than other sections (like param or retval).
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 bd5fdba..2644c08 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