diff options
author | Joel Bodenmann <joel@unormal.org> | 2012-09-25 00:19:10 +0200 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2012-09-25 00:19:10 +0200 |
commit | 0ba16c35afe1a09c74c125a12869b6aaf208cd3f (patch) | |
tree | 775f71d327dac27fa9b06ce82f8af32c1521ba35 /Doxygenfile | |
parent | f3165839a4b32f2ffe481064a83db0c994279df5 (diff) | |
download | uGFX-0ba16c35afe1a09c74c125a12869b6aaf208cd3f.tar.gz uGFX-0ba16c35afe1a09c74c125a12869b6aaf208cd3f.tar.bz2 uGFX-0ba16c35afe1a09c74c125a12869b6aaf208cd3f.zip |
renaming from ChibiOS-LCD-Driver to ChibiOS/GFX
Diffstat (limited to 'Doxygenfile')
-rw-r--r-- | Doxygenfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doxygenfile b/Doxygenfile index fa2a47e7..ab82a7f4 100644 --- a/Doxygenfile +++ b/Doxygenfile @@ -25,7 +25,7 @@ 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 = ChibiOS-LCD-Driver
+PROJECT_NAME = ChibiOS/GFX
# The PROJECT_NUMBER tag can be used to enter a project or revision number.
# This could be handy for archiving the generated documentation or
@@ -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-LCD-Driver.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
|