FLTK logo

[Library] r9021 - branches/branch-3.0/documentation

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.commit  ]
 
Previous Message ]Next Message ]

[Library] r9021 - branches/branch-3.0/documentation fltk-dev Aug 29, 2011  
 
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 

Direct Link to Message ]
 
     
Previous Message ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.