diff options
| author | engelsman <engelsman> | 2009-06-30 18:51:09 +0000 |
|---|---|---|
| committer | engelsman <engelsman> | 2009-06-30 18:51:09 +0000 |
| commit | 61261c29173ba4e9c6bcfa8d1f0cb636c7074e59 (patch) | |
| tree | c928684ee374b108f89a537d19f6b0341a16beec /documentation/Doxyfile | |
| parent | dc40b3708a4652b605d3c9e0285202b92c52900f (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/Doxyfile | 2 |
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 |
