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:
parent
03da0be1fa
commit
3fbe45f0c6
10 changed files with 37 additions and 15 deletions
|
|
@ -22,7 +22,7 @@
|
|||
*/
|
||||
class JavaDocConverter : public DoxygenTranslator {
|
||||
public:
|
||||
JavaDocConverter();
|
||||
JavaDocConverter(bool debugTranslator = false, bool debugParser = false);
|
||||
String *makeDocumentation(Node *node);
|
||||
|
||||
protected:
|
||||
|
|
@ -88,7 +88,6 @@ protected:
|
|||
|
||||
|
||||
private:
|
||||
bool debug;
|
||||
// this contains the handler pointer and one string argument
|
||||
static std::map<std::string, std::pair<tagHandler, std::string> > tagHandlers;
|
||||
void fillStaticTables();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue