summaryrefslogtreecommitdiff
path: root/documentation/Doxyfile
diff options
context:
space:
mode:
authorengelsman <engelsman>2009-06-30 18:51:09 +0000
committerengelsman <engelsman>2009-06-30 18:51:09 +0000
commit61261c29173ba4e9c6bcfa8d1f0cb636c7074e59 (patch)
treec928684ee374b108f89a537d19f6b0341a16beec /documentation/Doxyfile
parentdc40b3708a4652b605d3c9e0285202b92c52900f (diff)
added html_stylesheet.css for control over doxygen generated html
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6810 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/Doxyfile')
-rw-r--r--documentation/Doxyfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/Doxyfile b/documentation/Doxyfile
index 7f56a8c9b..41b0bd367 100644
--- a/documentation/Doxyfile
+++ b/documentation/Doxyfile
@@ -801,7 +801,7 @@ HTML_FOOTER = src/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 =
+HTML_STYLESHEET = src/html_stylesheet.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