Add initial libcvautomation_funcs.py and documentation

This commit is contained in:
Bradlee Speice
2012-08-14 13:35:16 -04:00
parent e932c367d3
commit d7de401d66
4 changed files with 7 additions and 8 deletions

View File

@ -459,7 +459,7 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
INPUT = @top_srcdir@/include/
INPUT = @top_srcdir@/include/ @top_srcdir@/python/libcvautomation_funcs.py
# If the value of the INPUT tag contains directories, you can use the
# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
@ -480,7 +480,7 @@ RECURSIVE = YES
# excluded from the INPUT source files. This way you can easily exclude a
# subdirectory from a directory tree whose root is specified with the INPUT tag.
EXCLUDE =
EXCLUDE =
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
# directories that are symbolic links (a Unix filesystem feature) are excluded