mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
Added ocv:cfunction:: check to check_docs.py
This commit is contained in:
+2
-1
@@ -84,7 +84,8 @@ class RSTParser(object):
|
||||
if balance == 0:
|
||||
if not ll.startswith(".. c:function::") and \
|
||||
not ll.startswith(".. cpp:function::") and \
|
||||
not ll.startswith(".. ocv:function::"):
|
||||
not ll.startswith(".. ocv:function::") and \
|
||||
not ll.startswith(".. ocv:cfunction::"):
|
||||
continue
|
||||
fdecl = ll[ll.find("::") + 3:]
|
||||
elif balance > 0:
|
||||
|
||||
Reference in New Issue
Block a user