From e8c594769f4d531fb2713746f0c79c769f80b9ba Mon Sep 17 00:00:00 2001 From: jpekkila Date: Sat, 18 Jan 2020 15:26:18 +0200 Subject: [PATCH] Excluded directories that are not core parts of the library when generating doxygen documentation --- doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doxyfile b/doxyfile index 6d3f388..a5a05de 100644 --- a/doxyfile +++ b/doxyfile @@ -811,7 +811,7 @@ RECURSIVE = YES # Note that relative paths are relative to the directory from which doxygen is # run. -EXCLUDE = +EXCLUDE = analysis 3rdparty samples scripts src/standalone # 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