summaryrefslogtreecommitdiff
path: root/Doxyfile
diff options
context:
space:
mode:
authorAndreas Habel <mail@exceptionfault.de>2008-09-19 12:50:53 +0000
committerAndreas Habel <mail@exceptionfault.de>2008-09-19 12:50:53 +0000
commit410f448669a2ed843ff0b412924c04c8fbe87458 (patch)
tree5a90ebcc0c69e2644fadb7de272095594379f997 /Doxyfile
parent70befcc989d783d1b7adff2a501052f3cdb02518 (diff)
downloadmanaserv-410f448669a2ed843ff0b412924c04c8fbe87458.tar.gz
manaserv-410f448669a2ed843ff0b412924c04c8fbe87458.tar.bz2
manaserv-410f448669a2ed843ff0b412924c04c8fbe87458.tar.xz
manaserv-410f448669a2ed843ff0b412924c04c8fbe87458.zip
* Doxygen now writes all warnings into a separate file
* Added link to wiki documentation as comment into tmwserv.xml * Added table tmw_char_skills to store skills of a character and removed weapon skills from table tmw_characters.
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doxyfile b/Doxyfile
index 5415e2c8..14da308a 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -89,7 +89,7 @@ WARN_IF_UNDOCUMENTED = YES
WARN_IF_DOC_ERROR = YES
WARN_NO_PARAMDOC = NO
WARN_FORMAT = "$file:$line: $text"
-WARN_LOGFILE =
+WARN_LOGFILE = "doxygen_warnings.txt"
#---------------------------------------------------------------------------
# configuration options related to the input files
#---------------------------------------------------------------------------