From 312f81e0a9c0387936f97d82f8189473dc68c2c0 Mon Sep 17 00:00:00 2001 From: Hugues Delorme Date: Tue, 14 Jun 2016 16:43:02 +0200 Subject: [PATCH] doc: skip 3rdparty/ from input --- doc/Doxyfile.cmake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/Doxyfile.cmake b/doc/Doxyfile.cmake index 789c85c..bb2245d 100644 --- a/doc/Doxyfile.cmake +++ b/doc/Doxyfile.cmake @@ -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