diff options
Diffstat (limited to 'src/doxygen_css.h')
-rw-r--r-- | src/doxygen_css.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/doxygen_css.h b/src/doxygen_css.h index 42878a6..f32c905 100644 --- a/src/doxygen_css.h +++ b/src/doxygen_css.h @@ -464,6 +464,28 @@ " font-style: normal;\n" "}\n" "\n" +".params, .retval, .exception, .tparams {\n" +" border-spacing: 6px 2px;\n" +"} \n" +"\n" +".params .paramname, .retval .paramname {\n" +" font-weight: bold;\n" +" vertical-align: top;\n" +"}\n" +" \n" +".params .paramtype {\n" +" font-style: italic;\n" +" vertical-align: top;\n" +"} \n" +" \n" +".params .paramdir {\n" +" font-family: \"courier new\",courier,monospace;\n" +" vertical-align: top;\n" +"}\n" +"\n" +"\n" +"\n" +"\n" "/* @end */\n" "\n" "/* @group Directory (tree) */\n" |