Exclude boost and PolyVoxImpl from Doxygen build

This commit is contained in:
Matt Williams
2009-05-05 21:39:22 +00:00
parent 74013b7500
commit f2bb515a52

View File

@ -38,7 +38,7 @@ PROJECT_NUMBER = ${POLYVOX_VERSION}
# If a relative path is entered, it will be relative to the location # 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. # 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 # 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 # 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 # If left blank the directory from which doxygen is run is used as the
# path to strip. # 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 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 # 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 # directories like "/usr/src/myproject". Separate the files or directories
# with spaces. # with spaces.
INPUT = ${PolyVoxCore_SOURCE_DIR} INPUT = ${PolyVox_SOURCE_DIR}
# This tag can be used to specify the character encoding of the source files # 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 # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
@ -599,6 +599,7 @@ FILE_PATTERNS = *.c \
*.hpp \ *.hpp \
*.h++ \ *.h++ \
*.idl \ *.idl \
*.inl \
*.odl \ *.odl \
*.cs \ *.cs \
*.php \ *.php \
@ -641,7 +642,9 @@ RECURSIVE = YES
# excluded from the INPUT source files. This way you can easily exclude a # 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. # 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 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or
# directories that are symbolic links (a Unix filesystem feature) are excluded # directories that are symbolic links (a Unix filesystem feature) are excluded