Made JavaDoc output nicer
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-doxygen@13430 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
64b5efc5d7
commit
e764c9a73e
1 changed files with 1 additions and 1 deletions
|
|
@ -276,7 +276,7 @@ String *JavaDocConverter::makeDocumentation(Node *node) {
|
|||
printTree(entityList);
|
||||
}
|
||||
|
||||
std::string javaDocString = "/**";
|
||||
std::string javaDocString = "/**\n * ";
|
||||
|
||||
for (std::list < DoxygenEntity >::iterator entityIterator = entityList.begin(); entityIterator != entityList.end();) {
|
||||
translateEntity(*entityIterator, javaDocString);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue