Oops, debug output should be left off by default
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-doxygen@13256 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
f57b515ee7
commit
501bb822e6
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ std::map<std::string, DoxyCommandEnum> DoxygenParser::doxygenCommands;
|
|||
std::set<std::string> DoxygenParser::doxygenSectionIndicators;
|
||||
|
||||
|
||||
DoxygenParser::DoxygenParser() : noisy(true) {
|
||||
DoxygenParser::DoxygenParser() : noisy(false) {
|
||||
fillTables();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue