From 2835fe88ac7d40d92c97721ddf38c2b789936ee7 Mon Sep 17 00:00:00 2001 From: Ilya Lysenkov Date: Mon, 27 Jun 2011 09:44:29 +0000 Subject: [PATCH] Added ocv:cfunction:: check to check_docs.py --- doc/check_docs.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/check_docs.py b/doc/check_docs.py index 46d7775f4c..42fa642524 100644 --- a/doc/check_docs.py +++ b/doc/check_docs.py @@ -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: