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:
parent
0d35785724
commit
faf72f01bf
2 changed files with 54 additions and 13 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue