diff options
author | Andreas Habel <mail@exceptionfault.de> | 2008-09-19 12:50:53 +0000 |
---|---|---|
committer | Andreas Habel <mail@exceptionfault.de> | 2008-09-19 12:50:53 +0000 |
commit | 410f448669a2ed843ff0b412924c04c8fbe87458 (patch) | |
tree | 5a90ebcc0c69e2644fadb7de272095594379f997 /Doxyfile | |
parent | 70befcc989d783d1b7adff2a501052f3cdb02518 (diff) | |
download | manaserv-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-- | Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 #--------------------------------------------------------------------------- |