diff options
Diffstat (limited to 'docs/SOURCE')
-rw-r--r-- | docs/SOURCE/aethyra.doxcfg (renamed from docs/SOURCE/tme.doxcfg) | 4 | ||||
-rw-r--r-- | docs/SOURCE/aethyradox.sh | 1 | ||||
-rw-r--r-- | docs/SOURCE/tmedox.sh | 1 |
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/SOURCE/tme.doxcfg b/docs/SOURCE/aethyra.doxcfg index f3f90af9..cbc22910 100644 --- a/docs/SOURCE/tme.doxcfg +++ b/docs/SOURCE/aethyra.doxcfg @@ -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 Experiment +PROJECT_NAME = Aethyra # 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 = tme.chm +CHM_FILE = aethyra.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 new file mode 100644 index 00000000..e0f299a8 --- /dev/null +++ b/docs/SOURCE/aethyradox.sh @@ -0,0 +1 @@ +cd ../../src/ && doxygen ../docs/SOURCE/aethyra.doxcfg diff --git a/docs/SOURCE/tmedox.sh b/docs/SOURCE/tmedox.sh deleted file mode 100644 index 7ab9ea74..00000000 --- a/docs/SOURCE/tmedox.sh +++ /dev/null @@ -1 +0,0 @@ -cd ../../src/ && doxygen ../docs/SOURCE/tme.doxcfg |