diff options
author | Douglas Boffey <DougABoffey@netscape.net> | 2008-07-27 18:48:35 +0000 |
---|---|---|
committer | Douglas Boffey <DougABoffey@netscape.net> | 2008-07-27 18:48:35 +0000 |
commit | 0287bf686f04b9aecd5e7c719a153a01313e69d9 (patch) | |
tree | c2583fef510ea0b205e7e398213cbf87d126bb11 /docs/SOURCE | |
parent | b7bc2f74f4f2253bd67b2d51fa3d2c47d648453e (diff) | |
download | mana-0287bf686f04b9aecd5e7c719a153a01313e69d9.tar.gz mana-0287bf686f04b9aecd5e7c719a153a01313e69d9.tar.bz2 mana-0287bf686f04b9aecd5e7c719a153a01313e69d9.tar.xz mana-0287bf686f04b9aecd5e7c719a153a01313e69d9.zip |
Changed files to tme
Diffstat (limited to 'docs/SOURCE')
-rw-r--r-- | docs/SOURCE/tme.doxcfg (renamed from docs/SOURCE/tmw.doxcfg) | 4 | ||||
-rw-r--r-- | docs/SOURCE/tmedox.sh | 1 | ||||
-rw-r--r-- | docs/SOURCE/tmwdox.sh | 1 |
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/SOURCE/tmw.doxcfg b/docs/SOURCE/tme.doxcfg index fe5039fb..f3f90af9 100644 --- a/docs/SOURCE/tmw.doxcfg +++ b/docs/SOURCE/tme.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 World +PROJECT_NAME = The Mana Experiment # 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 = tme.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/tmedox.sh b/docs/SOURCE/tmedox.sh new file mode 100644 index 00000000..7ab9ea74 --- /dev/null +++ b/docs/SOURCE/tmedox.sh @@ -0,0 +1 @@ +cd ../../src/ && doxygen ../docs/SOURCE/tme.doxcfg diff --git a/docs/SOURCE/tmwdox.sh b/docs/SOURCE/tmwdox.sh deleted file mode 100644 index 541f8bee..00000000 --- a/docs/SOURCE/tmwdox.sh +++ /dev/null @@ -1 +0,0 @@ -cd ../../src/ && doxygen ../docs/SOURCE/tmw.doxcfg |