Fixed problems with new lines in JavaDoc translator

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-doxygen@13661 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dmitry Kabak 2012-08-19 09:43:19 +00:00
commit faf72f01bf
2 changed files with 54 additions and 13 deletions

View file

@ -29,6 +29,10 @@ protected:
std::string formatCommand(std::string unformattedLine, int indent);
std::string translateSubtree(DoxygenEntity & doxygenEntity);
void translateEntity(DoxygenEntity &tag, std::string &translatedComment);
/*
* Fix all endlines location, etc
*/
int cleanUpTree(DoxygenEntity &root, int level = 0);
/*
* Convert params in link-objects and references