HELP - MessagesOptions.page
HelpConfig OptionsMessagesOptions.page
Description Overview Included files Included by Source
/** \page MessagesOptions

!!! configuration options related to warning and progress messages.



||QUIET|The QUIET tag can be used to turn on/off the messages that are generated by DoxyS. Possible values are YES and NO. If left blank NO is used. \n #Default value:#\n $NO$
||WARNINGS|The WARNINGS tag can be used to turn on/off the warning messages that are generated by DoxyS. Possible values are YES and NO. If left blank NO is used. \n #Default value:#\n $YES$
||WARN_IF_UNDOCUMENTED|If WARN_IF_UNDOCUMENTED is set to YES, then DoxyS will generate warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag will automatically be disabled. \n #Default value:#\n $NO$
||WARN_IF_DOC_ERROR|If WARN_IF_DOC_ERROR is set to YES, DoxyS will generate warnings for potential errors in the documentation, such as not documenting some parameters in a documented function, or documenting parameters that don't exist or using markup commands wrongly. \n #Default value:#\n $YES$
||WARN_FORMAT|The WARN_FORMAT tag determines the format of the warning messages that DoxyS can produce. The string should contain the $file, $line, and $text tags, which will be replaced by the file and line number from which the warning originated and the warning text. \n #Default value:#\n $$file:$line: $text$
||WARN_LOGFILE|The WARN_LOGFILE tag can be used to specify a file to which warning and error messages should be written. If left blank the output is written to stderr. 
*/