diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2000-05-14 18:44:15 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2000-05-14 18:44:15 (GMT) |
commit | 4f5775494986411db398172e98380acb76d5e3e6 (patch) | |
tree | aca56008d3ed43483f7f8f2f4fb55a3b4e5f75f2 /doc/config.doc | |
parent | 367c98ad291fd02781ae1c20a6e09e0b07dbec88 (diff) | |
download | Doxygen-4f5775494986411db398172e98380acb76d5e3e6.zip Doxygen-4f5775494986411db398172e98380acb76d5e3e6.tar.gz Doxygen-4f5775494986411db398172e98380acb76d5e3e6.tar.bz2 |
Release-1.1.3-20000514
Diffstat (limited to 'doc/config.doc')
-rw-r--r-- | doc/config.doc | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/doc/config.doc b/doc/config.doc index c8ced5d..bc27a16 100644 --- a/doc/config.doc +++ b/doc/config.doc @@ -538,21 +538,27 @@ description. that doxygen normally generates: \verbatim -H1 { text-align: center } +H1 { text-align: center; } A.qindex {} A.qindexRef {} A.el { text-decoration: none; font-weight: bold } A.elRef { font-weight: bold } A.code { text-decoration: none; font-weight: normal; color: #4444ee } A.codeRef { font-weight: normal; color: #4444ee } -A.gl:link { color: #ffffff } -A.gl:visited { color: #ffffff } -A.gl { text-decoration: none; font-weight: bold; background-color: #ff8080 } DL.el { margin-left: -1cm } DIV.fragment { width: 100%; border: none; background-color: #eeeeee } DIV.in { margin-left: 16 } DIV.ah { background-color: black; margin-bottom: 3; margin-top: 3 } TD.md { background-color: #f2f2ff } +DIV.groupHeader { margin-left: 16; margin-top: 12; margin-bottom: 6; font-weight +DIV.groupText { margin-left: 16; font-style: italic; font-size: smaller } +FONT.keyword { color: #008000 } +FONT.keywordtype { color: #008060 } +FONT.keywordflow { color: #e08000 } +FONT.comment { color: #800000 } +FONT.preprocessor { color: #806020 } +FONT.stringliteral { color: #002080 } +FONT.charliteral { color: #008080 } \endverbatim \anchor cfg_html_align_members |