From e851f31dd4e5bbfd863a5b62d901efcbf1d86977 Mon Sep 17 00:00:00 2001 From: Lane Schwartz Date: Mon, 3 Oct 2016 12:31:54 -0500 Subject: [PATCH] Exclude 3rd party code from generated docs --- Doxyfile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doxyfile.in b/Doxyfile.in index f4f72f89..1761a228 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -778,7 +778,7 @@ RECURSIVE = YES # Note that relative paths are relative to the directory from which doxygen is # run. -EXCLUDE = +EXCLUDE = @CMAKE_CURRENT_SOURCE_DIR@/src/3rd_party # 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