From 61261c29173ba4e9c6bcfa8d1f0cb636c7074e59 Mon Sep 17 00:00:00 2001 From: engelsman Date: Tue, 30 Jun 2009 18:51:09 +0000 Subject: 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 --- documentation/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/Doxyfile') 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 -- cgit v1.2.3