java: generated code to have javadoc

This commit is contained in:
Ahmed Ashour
2019-06-05 12:44:03 +02:00
parent d6d4571628
commit 5c56b8ce92
14 changed files with 222 additions and 54 deletions
+1 -1
View File
@@ -827,7 +827,7 @@ class CppHeaderParser(object):
if state == DOCSTRING:
pos = l.find("*/")
if pos < 0:
docstring += l + "\n"
docstring += l0
continue
docstring += l[:pos] + "\n"
l = l[pos+2:]