1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-25 21:33:04 +04:00

Fixed Python signatures in Doxygen documentation.

This commit is contained in:
Alexander Smorkalov
2023-10-30 17:28:03 +03:00
parent e9e6b1e22c
commit a3ebc0ae7f
+1 -1
View File
@@ -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])