diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-05-14 18:44:15 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-05-14 18:44:15 (GMT) |
commit | 8013b5fe71402e6c6bfd867e348b6cad73bd7386 (patch) | |
tree | aca56008d3ed43483f7f8f2f4fb55a3b4e5f75f2 /doc/config.doc | |
parent | 6c268019f8ce8b58058e7f7f8204c82b8d0ac190 (diff) | |
download | Doxygen-8013b5fe71402e6c6bfd867e348b6cad73bd7386.zip Doxygen-8013b5fe71402e6c6bfd867e348b6cad73bd7386.tar.gz Doxygen-8013b5fe71402e6c6bfd867e348b6cad73bd7386.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 |