diff options
Diffstat (limited to 'docs/SOURCE/Doxyfile')
-rw-r--r-- | docs/SOURCE/Doxyfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/SOURCE/Doxyfile b/docs/SOURCE/Doxyfile index 96541dc8..5b5f30f9 100644 --- a/docs/SOURCE/Doxyfile +++ b/docs/SOURCE/Doxyfile @@ -17,7 +17,7 @@ # The PROJECT_NAME tag is a single word (or a sequence of words surrounded # by quotes) that should identify the project. -PROJECT_NAME = "The Mana World" +PROJECT_NAME = "Mana" # The PROJECT_NUMBER tag can be used to enter a project or revision number. # This could be handy for archiving the generated documentation or @@ -625,7 +625,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 = tmw.chm +CHM_FILE = mana.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 |