1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-28 23:03:03 +04:00

Merge remote-tracking branch 'upstream/3.4' into merge-3.4

This commit is contained in:
Alexander Alekhin
2020-10-07 09:09:37 +00:00
9 changed files with 96 additions and 33 deletions
+1
View File
@@ -787,6 +787,7 @@ class JavaWrapperGenerator(object):
inCode = True
if "</code>" in line:
inCode = False
line = line.replace('@result ', '@return ') # @result is valid in Doxygen, but invalid in Javadoc
if "@return " in line:
returnTag = True