Author: AlbrechtS Date: 2011-01-11 02:37:47 -0800 (Tue, 11 Jan 2011) New Revision: 8253 Log: Fixed Doxygen version numbers (and better HTML title with version number).
Modified: branches/branch-1.3/documentation/Doxybook branches/branch-1.3/documentation/Doxyfile Modified: branches/branch-1.3/documentation/Doxybook =================================================================== --- branches/branch-1.3/documentation/Doxybook 2011-01-11 10:36:44 UTC (rev 8252) +++ branches/branch-1.3/documentation/Doxybook 2011-01-11 10:37:47 UTC (rev 8253) @@ -25,13 +25,13 @@ # The PROJECT_NAME tag is a single word (or a sequence of words surrounded # by quotes) that should identify the project. -PROJECT_NAME = FLTK +PROJECT_NAME = "FLTK 1.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 # if some version control system is used. -PROJECT_NUMBER = 1.3.x +PROJECT_NUMBER = 1.3.0 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. Modified: branches/branch-1.3/documentation/Doxyfile =================================================================== --- branches/branch-1.3/documentation/Doxyfile 2011-01-11 10:36:44 UTC (rev 8252) +++ branches/branch-1.3/documentation/Doxyfile 2011-01-11 10:37:47 UTC (rev 8253) @@ -25,13 +25,13 @@ # The PROJECT_NAME tag is a single word (or a sequence of words surrounded # by quotes) that should identify the project. -PROJECT_NAME = FLTK +PROJECT_NAME = "FLTK 1.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 # if some version control system is used. -PROJECT_NUMBER = 1.3.x +PROJECT_NUMBER = 1.3.0 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
