Refactored TokenList class
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-doxygen@13320 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
6a7fe334be
commit
b99221e8af
3 changed files with 55 additions and 71 deletions
|
|
@ -727,7 +727,7 @@ std::list < DoxygenEntity > DoxygenParser::parse(std::list < Token >::iterator e
|
|||
}
|
||||
|
||||
std::list < DoxygenEntity > DoxygenParser::createTree(std::string doxygenBlob, std::string fileName, int lineNumber) {
|
||||
TokenList tokList(doxygenBlob, fileName, lineNumber);
|
||||
TokenList tokList = TokenList::tokenizeDoxygenComment(doxygenBlob, fileName, lineNumber);
|
||||
if (noisy) {
|
||||
cout << "---TOKEN LIST---" << endl;
|
||||
tokList.printList();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue