1
0
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:
Ilya Lysenkov
2011-06-27 09:44:29 +00:00
parent f7495e5845
commit 2835fe88ac
+2 -1
View File
@@ -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: