From f2bb515a52c99f2f5901c866de4e1e0195a4d8df Mon Sep 17 00:00:00 2001 From: Matt Williams Date: Tue, 5 May 2009 21:39:22 +0000 Subject: [PATCH] Exclude boost and PolyVoxImpl from Doxygen build --- library/Doxyfile.in | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/library/Doxyfile.in b/library/Doxyfile.in index e45aa729..0b2494d8 100644 --- a/library/Doxyfile.in +++ b/library/Doxyfile.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