diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-07-24 19:57:58 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-07-24 19:57:58 +0000 |
commit | 25db7453b0027863ae4b966a91fb3653d73d324c (patch) | |
tree | e822df6dfc935a1cf8ab20dc18607b417518e99b /docs | |
parent | 414769df84e380506b5f0cc8e8e6748fca42d251 (diff) | |
download | mana-client-25db7453b0027863ae4b966a91fb3653d73d324c.tar.gz mana-client-25db7453b0027863ae4b966a91fb3653d73d324c.tar.bz2 mana-client-25db7453b0027863ae4b966a91fb3653d73d324c.tar.xz mana-client-25db7453b0027863ae4b966a91fb3653d73d324c.zip |
Renamed Doxygen file to standard filename and changed it so that simply running
'doxygen' from this directory is enough.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/SOURCE/Doxyfile (renamed from docs/SOURCE/tmw.doxcfg) | 6 | ||||
-rwxr-xr-x | docs/SOURCE/tmwdox.sh | 1 |
2 files changed, 3 insertions, 4 deletions
diff --git a/docs/SOURCE/tmw.doxcfg b/docs/SOURCE/Doxyfile index 11eb2604..96541dc8 100644 --- a/docs/SOURCE/tmw.doxcfg +++ b/docs/SOURCE/Doxyfile @@ -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 = "../docs/SOURCE/warnings.log" +WARN_LOGFILE = "warnings.log" #--------------------------------------------------------------------------- # configuration options related to the input files @@ -417,7 +417,7 @@ WARN_LOGFILE = "../docs/SOURCE/warnings.log" # 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 diff --git a/docs/SOURCE/tmwdox.sh b/docs/SOURCE/tmwdox.sh deleted file mode 100755 index 541f8bee..00000000 --- a/docs/SOURCE/tmwdox.sh +++ /dev/null @@ -1 +0,0 @@ -cd ../../src/ && doxygen ../docs/SOURCE/tmw.doxcfg |