diff options
Diffstat (limited to 'docs/SOURCE')
-rw-r--r-- | docs/SOURCE/Doxyfile (renamed from docs/SOURCE/aethyra.doxcfg) | 10 | ||||
-rw-r--r-- | docs/SOURCE/aethyradox.sh | 1 |
2 files changed, 5 insertions, 6 deletions
diff --git a/docs/SOURCE/aethyra.doxcfg b/docs/SOURCE/Doxyfile index cbc22910..c9522aaf 100644 --- a/docs/SOURCE/aethyra.doxcfg +++ 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 = Aethyra +PROJECT_NAME = The Mana World # The PROJECT_NUMBER tag can be used to enter a project or revision number. # This could be handy for archiving the generated documentation or @@ -30,7 +30,7 @@ PROJECT_NUMBER = # If a relative path is entered, it will be relative to the location # where doxygen was started. If left blank the current directory will be used. -OUTPUT_DIRECTORY = ../docs/SOURCE/ +OUTPUT_DIRECTORY = # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create # 4096 sub-directories (in 2 levels) under the output directory of each output @@ -406,7 +406,7 @@ WARN_FORMAT = "$file:$line: $text" # and error messages should be written. If left blank the output is written # to stderr. -WARN_LOGFILE = +WARN_LOGFILE = "warnings.log" #--------------------------------------------------------------------------- # configuration options related to the input files @@ -417,7 +417,7 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = +INPUT = "../../src" # If the value of the INPUT tag contains directories, you can use the # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp @@ -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 = aethyra.chm +CHM_FILE = tmw.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 diff --git a/docs/SOURCE/aethyradox.sh b/docs/SOURCE/aethyradox.sh deleted file mode 100644 index e0f299a8..00000000 --- a/docs/SOURCE/aethyradox.sh +++ /dev/null @@ -1 +0,0 @@ -cd ../../src/ && doxygen ../docs/SOURCE/aethyra.doxcfg |