Commit 2835fe88 authored by Ilya Lysenkov's avatar Ilya Lysenkov

Added ocv:cfunction:: check to check_docs.py

parent f7495e58
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment