doc: skip 3rdparty/ from input

This commit is contained in:
Hugues Delorme 2016-06-14 16:43:02 +02:00
parent 05ea032f3d
commit 312f81e0a9

View File

@ -674,7 +674,8 @@ RECURSIVE = YES
# Note that relative paths are relative to the directory from which doxygen is
# run.
EXCLUDE = @CMAKE_CURRENT_SOURCE_DIR@/../src/gmio_support/stl_occ_utils.h
EXCLUDE = @CMAKE_CURRENT_SOURCE_DIR@/../src/gmio_support/stl_occ_utils.h \
@CMAKE_CURRENT_SOURCE_DIR@/../src/3rdparty
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
# directories that are symbolic links (a Unix file system feature) are excluded