[Doxygen-users] Paragraph spacing in PDF output
Brought to you by:
dimitri
From: DonM <dm4...@in...> - 2019-12-16 18:37:02
|
When I produce PDF output from doxygen (v1.8.16), there is no additional spacing between paragraphs. That is, the space between paragraphs is the same as the space between lines in a paragraph. Is this normal? The default header.tex file specifies \newcommand{\doxynormalparskip}{\setlength{\parskip}{3ex plus 2ex minus 2ex}} which looks like it would produce a pretty normal 12pt space between paragraphs. I tried a custom header where I changed that "3ex" to "6ex". This change was propagated to the produced refman.tex file, but there was no visible change to the PDF output, so I don't think that was the right thing to do. Any suggestions for how to change this? Thanks, DonM |