summaryrefslogtreecommitdiffstats
path: root/templates/html
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2019-02-01 14:03:15 (GMT)
committeralbert-github <albert.tests@gmail.com>2019-02-01 14:03:15 (GMT)
commit3e74470aace3c7a53d02bdfe9590a379c9269b45 (patch)
tree5c5d9c16913e04902a19018f9056a7d2118deb08 /templates/html
parent9778b72f5641d98f98a1851fc93148f9da258a74 (diff)
downloadDoxygen-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/html')
-rw-r--r--templates/html/doxygen.css2
1 files changed, 1 insertions, 1 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;
}