Added nice doxygen debug switching (-debug-doxygen-parser and -debug-doxygen-translator)

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-doxygen@13427 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dmitry Kabak 2012-07-29 13:48:03 +00:00
commit 3fbe45f0c6
10 changed files with 37 additions and 15 deletions

View file

@ -17,7 +17,7 @@ std::map<std::string, DoxyCommandEnum> DoxygenParser::doxygenCommands;
std::set<std::string> DoxygenParser::doxygenSectionIndicators;
DoxygenParser::DoxygenParser() : noisy(false) {
DoxygenParser::DoxygenParser(bool noisy) : noisy(noisy) {
fillTables();
}