From: Andrey Kamaev Date: Tue, 19 Feb 2013 11:56:34 +0000 (+0400) Subject: Whitelist functions/structs in check_docs2 that are impossible to fix in 2.4 X-Git-Tag: accepted/tizen/6.0/unified/20201030.111113~1314^2~1499^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=60f7b1d98d1d7c0dbdd01817b0d19b968faf2bb8;p=platform%2Fupstream%2Fopencv.git Whitelist functions/structs in check_docs2 that are impossible to fix in 2.4 --- diff --git a/doc/check_docs2.py b/doc/check_docs2.py index 0a29b50..8092c68 100755 --- a/doc/check_docs2.py +++ b/doc/check_docs2.py @@ -38,7 +38,7 @@ doc_signatures_whitelist = [ "CvArr", "CvFileStorage", # other "InputArray", "OutputArray", -] +] + ["CvSubdiv2D", "CvQuadEdge2D", "CvSubdiv2DPoint", "cvDrawContours"] defines = ["cvGraphEdgeIdx", "cvFree", "CV_Assert", "cvSqrt", "cvGetGraphVtx", "cvGraphVtxIdx", "cvCaptureFromFile", "cvCaptureFromCAM", "cvCalcBackProjectPatch", "cvCalcBackProject",