提交 d78d9bf1 编写于 作者: A Alexander Alekhin

Merge pull request #18519 from alalek:fix_javadoc

......@@ -2163,7 +2163,7 @@ final fundamental matrix. It can be set to something like 1-3, depending on the
point localization, image resolution, and the image noise.
@param confidence Parameter used for the RANSAC and LMedS methods only. It specifies a desirable level
of confidence (probability) that the estimated matrix is correct.
@param mask
@param[out] mask optional output mask
@param maxIters The maximum number of robust method iterations.
The epipolar geometry is described by the following equation:
......
......@@ -769,6 +769,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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册