From 1cccb74748bea6108740cdbe6134fff420aaae07 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Tue, 11 Jan 2011 10:37:47 +0000 Subject: Fixed Doxygen version numbers (and better HTML title with version number). git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8253 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Doxybook | 4 ++-- documentation/Doxyfile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'documentation') diff --git a/documentation/Doxybook b/documentation/Doxybook index 0d89313c0..7cd758a90 100644 --- a/documentation/Doxybook +++ b/documentation/Doxybook @@ -25,13 +25,13 @@ DOXYFILE_ENCODING = UTF-8 # 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. diff --git a/documentation/Doxyfile b/documentation/Doxyfile index ec0020e45..8f835d3f2 100644 --- a/documentation/Doxyfile +++ b/documentation/Doxyfile @@ -25,13 +25,13 @@ DOXYFILE_ENCODING = UTF-8 # 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. -- cgit v1.2.3