mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 07:13:02 +04:00
Merge branch 4.x
This commit is contained in:
@@ -84,6 +84,10 @@ class CppHeaderParser(object):
|
||||
modlist = []
|
||||
|
||||
# pass 0: extracts the modifiers
|
||||
if "CV_ND" in arg_str:
|
||||
modlist.append("/ND")
|
||||
arg_str = arg_str.replace("CV_ND", "")
|
||||
|
||||
if "CV_OUT" in arg_str:
|
||||
modlist.append("/O")
|
||||
arg_str = arg_str.replace("CV_OUT", "")
|
||||
|
||||
Reference in New Issue
Block a user