|
@@ -323,7 +323,7 @@ EXTRACT_STATIC = YES
|
|
|
# defined locally in source files will be included in the documentation.
|
|
|
# If set to NO only classes defined in header files are included.
|
|
|
|
|
|
-EXTRACT_LOCAL_CLASSES = YES
|
|
|
+EXTRACT_LOCAL_CLASSES = @CTK_USER_DOCUMENTATION@
|
|
|
|
|
|
# This flag is only useful for Objective-C code. When set to YES local
|
|
|
# methods, which are defined in the implementation section but not in
|
|
@@ -659,7 +659,8 @@ 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 = @CTK_BINARY_DIR@
|
|
|
+EXCLUDE = @CTK_BINARY_DIR@ \
|
|
|
+ @CTK_SOURCE_DIR@/CMake
|
|
|
|
|
|
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
|
|
|
# directories that are symbolic links (a Unix filesystem feature) are excluded
|
|
@@ -675,7 +676,8 @@ EXCLUDE_SYMLINKS = NO
|
|
|
|
|
|
EXCLUDE_PATTERNS = moc_*.cxx \
|
|
|
ui_*.h \
|
|
|
- */.git/*
|
|
|
+ */.git/* \
|
|
|
+ @CTK_ADDITIONAL_EXCLUDE_PATTERN@
|
|
|
|
|
|
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
|
|
|
# (namespaces, classes, functions, etc.) that should be excluded from the
|