diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-01-05 21:01:25 +0100 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-01-05 21:01:25 +0100 |
commit | b8f16228f19c76fde4de11586e1861bd8bc8947a (patch) | |
tree | ca653e2f781463ce7696773a0de34e577285f7fd /docs | |
parent | 87a24ae05437572f6ae6e45bf3efdbed98a83e10 (diff) | |
download | mana-b8f16228f19c76fde4de11586e1861bd8bc8947a.tar.gz mana-b8f16228f19c76fde4de11586e1861bd8bc8947a.tar.bz2 mana-b8f16228f19c76fde4de11586e1861bd8bc8947a.tar.xz mana-b8f16228f19c76fde4de11586e1861bd8bc8947a.zip |
Renamed Doxygen file to standard filename and changed it so that simply running
'doxygen' from this directory is enough.
(cherry picked from mainline commit 25db7453b0027863ae4b966a91fb3653d73d324c)
Conflicts:
docs/SOURCE/Doxyfile
Diffstat (limited to 'docs')
-rw-r--r-- | docs/SOURCE/Doxyfile (renamed from docs/SOURCE/tmw.doxcfg) | 6 | ||||
-rw-r--r-- | docs/SOURCE/tmwdox.sh | 1 |
2 files changed, 3 insertions, 4 deletions
diff --git a/docs/SOURCE/tmw.doxcfg b/docs/SOURCE/Doxyfile index fe5039fb..c9522aaf 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 = +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 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 |