Remove unused doxygen code
This commit is contained in:
parent
9deaa6ff24
commit
0483caaed5
3 changed files with 1 additions and 49 deletions
|
|
@ -78,9 +78,6 @@ public:
|
|||
virtual int typemapcopyDirective(Node *n);
|
||||
virtual int typesDirective(Node *n);
|
||||
|
||||
/* Doxygen Comment */
|
||||
virtual int doxygenComment(Node *n);
|
||||
|
||||
/* C/C++ parsing */
|
||||
|
||||
virtual int cDeclaration(Node *n);
|
||||
|
|
@ -161,9 +158,6 @@ public:
|
|||
virtual int namespaceDeclaration(Node *n);
|
||||
virtual int usingDeclaration(Node *n);
|
||||
|
||||
/* C/C++ parsing */
|
||||
virtual int doxygenComment(Node *n);
|
||||
|
||||
/* Function handlers */
|
||||
|
||||
virtual int functionHandler(Node *n);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue