diff options
author | Joel Bodenmann <joel@unormal.org> | 2012-11-02 09:27:07 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2012-11-02 09:27:07 +0100 |
commit | 7603ae30822052a898e05f0634ae6a4ab9ac4792 (patch) | |
tree | fd22d0c1f57d7d2e1be8e92227a711c9dcf91da9 /Doxygenfile | |
parent | db3d4162de3401f1ae20a695d6010a855d169ee0 (diff) | |
download | uGFX-7603ae30822052a898e05f0634ae6a4ab9ac4792.tar.gz uGFX-7603ae30822052a898e05f0634ae6a4ab9ac4792.tar.bz2 uGFX-7603ae30822052a898e05f0634ae6a4ab9ac4792.zip |
Doxygenfile update
Diffstat (limited to 'Doxygenfile')
-rw-r--r-- | Doxygenfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doxygenfile b/Doxygenfile index ab82a7f4..6120309c 100644 --- a/Doxygenfile +++ b/Doxygenfile @@ -1,4 +1,4 @@ -# Doxyfile 1.7.4
+ # Doxyfile 1.7.4
# This file describes the settings to be used by the documentation system
# doxygen (www.doxygen.org) for a project.
@@ -31,7 +31,7 @@ PROJECT_NAME = ChibiOS/GFX # This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 0.0.1
+PROJECT_NUMBER = 1.3
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer
@@ -986,7 +986,7 @@ GENERATE_HTMLHELP = NO # can add a path in front of the file if the result should not be
# written to the html output directory.
-CHM_FILE = ../ChibiOS/GFX.chm
+CHM_FILE = ../ChibiOS-GFX.chm
# If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can
# be used to specify the location (absolute path including file name) of
|