Multiple documentation sections are now concatted into one where there are various overloads for methods with the same name.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2008-cherylfoil@10844 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
01695a3128
commit
83cef07b90
4 changed files with 95 additions and 50 deletions
|
|
@ -128,8 +128,6 @@ bool JavaDocConverter::getDocumentation(Node *n, String *&documentation){
|
|||
return false;
|
||||
|
||||
std::list <DoxygenEntity> entityList = DoxygenParser().createTree(Char(documentation));
|
||||
Delete(documentation);
|
||||
|
||||
entityList.sort(CompareDoxygenEntities());
|
||||
|
||||
if(debug){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue