propagated some more fixes from 2.3 branch to the trunk
This commit is contained in:
@@ -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