Fix documentation problems found by check_docs2 script

This commit is contained in:
Andrey Kamaev
2013-02-20 14:38:16 +04:00
parent 637397f621
commit 9498856b22
9 changed files with 124 additions and 125 deletions

View File

@@ -1,7 +1,7 @@
#/usr/bin/env python
import os, sys, re, string, fnmatch
allmodules = ["core", "flann", "imgproc", "ml", "highgui", "video", "features2d", "calib3d", "objdetect", "legacy", "contrib", "gpu", "androidcamera", "java", "python", "stitching", "ts", "photo", "nonfree", "videostab", "ocl"]
allmodules = ["core", "flann", "imgproc", "ml", "highgui", "video", "features2d", "calib3d", "objdetect", "legacy", "contrib", "gpu", "androidcamera", "java", "python", "stitching", "ts", "photo", "nonfree", "videostab", "ocl", "softcascade"]
verbose = False
show_warnings = True
show_errors = True