summaryrefslogtreecommitdiffstats
path: root/src/doxygen.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/doxygen.css')
-rw-r--r--src/doxygen.css22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/doxygen.css b/src/doxygen.css
index 46216c2..39053f8 100644
--- a/src/doxygen.css
+++ b/src/doxygen.css
@@ -464,6 +464,28 @@ table.memberdecls {
font-style: normal;
}
+.params, .retval, .exception, .tparams {
+ border-spacing: 6px 2px;
+}
+
+.params .paramname, .retval .paramname {
+ font-weight: bold;
+ vertical-align: top;
+}
+
+.params .paramtype {
+ font-style: italic;
+ vertical-align: top;
+}
+
+.params .paramdir {
+ font-family: "courier new",courier,monospace;
+ vertical-align: top;
+}
+
+
+
+
/* @end */
/* @group Directory (tree) */