mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 11:10:21 +08:00
Merge pull request #24468 from asmorkalov:as/python_ctor_docs
Fixed Python signatures in Doxygen documentation.
This commit is contained in:
commit
2e49bf311a
@ -1059,7 +1059,7 @@ class FuncInfo(object):
|
||||
else:
|
||||
py_name = classinfo.full_export_name + "." + self.variants[0].wname
|
||||
|
||||
if not self.is_static:
|
||||
if not self.is_static and not self.isconstructor:
|
||||
cname = classinfo.cname + '::' + cname
|
||||
else:
|
||||
py_name = '.'.join([self.namespace, self.variants[0].wname])
|
||||
|
Loading…
Reference in New Issue
Block a user