From 2a51057367d2ac39988cf97635975868062a8475 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 4 Jan 2012 23:52:04 +0000 Subject: Fix documentation style. --- Doxyfile | 2 +- doc/doxy-style.css | 6 +++--- doc/style.css | 4 ++-- gendoc.py | 1 + 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Doxyfile b/Doxyfile index 92bd195..985ad78 100644 --- a/Doxyfile +++ b/Doxyfile @@ -814,7 +814,7 @@ HTML_FOOTER = # the style sheet file to the HTML output directory, so don't put your own # stylesheet in the HTML output directory as well, or it will be erased! -HTML_STYLESHEET = ../doc/doxy-style.css +HTML_STYLESHEET = doxy-style.css # If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes, # files or namespaces will be aligned in HTML using tables. If set to diff --git a/doc/doxy-style.css b/doc/doxy-style.css index aedd40d..1e1c3e7 100644 --- a/doc/doxy-style.css +++ b/doc/doxy-style.css @@ -200,7 +200,7 @@ td.indexkey { } td.indexvalue { - background-color: #FBFBFB; + background-color: #F7F7F7; border-top: 1px solid #EEE; padding: 0.5ex; margin: 0; @@ -317,7 +317,7 @@ table.memberdecls { } .mdescLeft,.mdescRight,.memItemLeft,.memItemRight,.memTemplItemLeft,.memTemplItemRight,.memTemplParams { - background-color: #FBFBFB; + background-color: #F7F7F7; margin: 0; padding: 0.25ex; } @@ -378,7 +378,7 @@ table.memberdecls { .memdoc { padding: 1ex; - background-color: #FBFBFB; + background-color: #F7F7F7; border-top-width: 0; } diff --git a/doc/style.css b/doc/style.css index d91a72c..a4e306c 100644 --- a/doc/style.css +++ b/doc/style.css @@ -361,7 +361,7 @@ a:active { color: #C00; } .sec { - background-color: #FBFBFB; + background-color: #F7F7F7; border-top: 1px solid #EEE; color: #000; margin: 1em 1ex .5em 1ex; @@ -415,7 +415,7 @@ ul, ol { padding: 0 1ex 0 0; } .specterm { - background-color: #fbfbfb; + background-color: #F7F7F7; border: 0; border-top: 1px solid #ddd; margin: 0; diff --git a/gendoc.py b/gendoc.py index 9241b97..67c68c2 100755 --- a/gendoc.py +++ b/gendoc.py @@ -51,6 +51,7 @@ os.chdir('build') # Generate code (headers) documentation print('## Generating header documentation with doxygen ##') +shutil.copy('../doc/doxy-style.css', './doxy-style.css') subprocess.call(['doxygen', '../Doxyfile'], stdout=devnull) def rescue_tags(in_path, out_path): -- cgit v1.2.1