Author: AlbrechtS
Date: 2011-08-29 03:28:07 -0700 (Mon, 29 Aug 2011)
New Revision: 9021
Log:
A tiny and far from complete first step to generate fltk3 documentation.
Lots of warnings (too many to fix now), but usable as a first overview.


Modified:
   branches/branch-3.0/documentation/Doxyfile

Modified: branches/branch-3.0/documentation/Doxyfile
===================================================================
--- branches/branch-3.0/documentation/Doxyfile  2011-08-28 20:40:32 UTC (rev 
9020)
+++ branches/branch-3.0/documentation/Doxyfile  2011-08-29 10:28:07 UTC (rev 
9021)
@@ -25,7 +25,7 @@
 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded 
 # by quotes) that should identify the project.
 
-PROJECT_NAME           = "FLTK 1.3.0"
+PROJECT_NAME           = "FLTK 3.0"
 
 # The PROJECT_NUMBER tag can be used to enter a project or revision number. 
 # This could be handy for archiving the generated documentation or 
@@ -565,7 +565,7 @@
                          src/fluid.dox \
                          src/advanced.dox \
                          src/unicode.dox \
-                         ../FL \
+                         ../include \
                          ../src \
                          src/enumerations.dox \
                          src/glut.dox \
@@ -608,8 +608,14 @@
 # excluded from the INPUT source files. This way you can easily exclude a 
 # subdirectory from a directory tree whose root is specified with the INPUT 
tag.
 
-EXCLUDE                = ../src/fl_font_win32.cxx \
-                         ../src/fl_font_mac.cxx
+EXCLUDE                = ../include/FL \
+                         ../include/fltk \
+                         ../include/fltk3jpeg \
+                         ../include/fltk3png \
+                         ../include/fltk3zlib \
+                         ../src/fltk3jpeg \
+                         ../src/fltk3png \
+                         ../src/fltk3zlib
 
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or 
 # directories that are symbolic links (a Unix filesystem feature) are excluded 
@@ -801,7 +807,7 @@
 # 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        = src/html_stylesheet.css
+HTML_STYLESHEET        = 
 
 # 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 

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to