Exclude boost and PolyVoxImpl from Doxygen build
This commit is contained in:
@ -38,7 +38,7 @@ PROJECT_NUMBER = ${POLYVOX_VERSION}
|
||||
# If a relative path is entered, it will be relative to the location
|
||||
# where doxygen was started. If left blank the current directory will be used.
|
||||
|
||||
OUTPUT_DIRECTORY = ${PolyVoxCore_BINARY_DIR}/doc
|
||||
OUTPUT_DIRECTORY = ${PolyVox_BINARY_DIR}/doc
|
||||
|
||||
# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
|
||||
# 4096 sub-directories (in 2 levels) under the output directory of each output
|
||||
@ -124,7 +124,7 @@ FULL_PATH_NAMES = YES
|
||||
# If left blank the directory from which doxygen is run is used as the
|
||||
# path to strip.
|
||||
|
||||
STRIP_FROM_PATH = ${PolyVoxCore_SOURCE_DIR}
|
||||
STRIP_FROM_PATH = ${PolyVox_SOURCE_DIR}
|
||||
|
||||
# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of
|
||||
# the path mentioned in the documentation of a class, which tells
|
||||
@ -564,7 +564,7 @@ WARN_LOGFILE = doxygen.log
|
||||
# directories like "/usr/src/myproject". Separate the files or directories
|
||||
# with spaces.
|
||||
|
||||
INPUT = ${PolyVoxCore_SOURCE_DIR}
|
||||
INPUT = ${PolyVox_SOURCE_DIR}
|
||||
|
||||
# This tag can be used to specify the character encoding of the source files
|
||||
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
|
||||
@ -599,6 +599,7 @@ FILE_PATTERNS = *.c \
|
||||
*.hpp \
|
||||
*.h++ \
|
||||
*.idl \
|
||||
*.inl \
|
||||
*.odl \
|
||||
*.cs \
|
||||
*.php \
|
||||
@ -641,7 +642,9 @@ 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 = ${PolyVoxCore_SOURCE_DIR}/include/boost \
|
||||
${PolyVoxCore_SOURCE_DIR}/include/PolyVoxImpl \
|
||||
${PolyVoxCore_SOURCE_DIR}/source/PolyVoxImpl
|
||||
|
||||
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
|
||||
# directories that are symbolic links (a Unix filesystem feature) are excluded
|
||||
|
Reference in New Issue
Block a user