diff options
author | albert-github <albert.tests@gmail.com> | 2019-02-01 14:03:15 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2019-02-01 14:03:15 (GMT) |
commit | 3e74470aace3c7a53d02bdfe9590a379c9269b45 (patch) | |
tree | 5c5d9c16913e04902a19018f9056a7d2118deb08 /templates | |
parent | 9778b72f5641d98f98a1851fc93148f9da258a74 (diff) | |
download | Doxygen-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')
-rw-r--r-- | templates/html/doxygen.css | 2 | ||||
-rw-r--r-- | templates/latex/doxygen.sty | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/html/doxygen.css b/templates/html/doxygen.css index 83e29e5..92a662a 100644 --- a/templates/html/doxygen.css +++ b/templates/html/doxygen.css @@ -701,7 +701,7 @@ dl.reflist dd { padding-left: 0px; } -.params .paramname, .retval .paramname, .tparams .paramname { +.params .paramname, .retval .paramname, .tparams .paramname, .exception .paramname { font-weight: bold; vertical-align: top; } 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}% |