From f4abf803c8ed3c8ed696b1cdf28c7f8407fe23ca Mon Sep 17 00:00:00 2001 From: Petr Ohlidal Date: Mon, 21 Feb 2022 16:05:07 +0100 Subject: [PATCH] :books: Doxygen: excluded DearIMGUI source files. --- doc/doxygen/Doxyfile.conf.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/doxygen/Doxyfile.conf.in b/doc/doxygen/Doxyfile.conf.in index f25ddc4214..73f25175df 100644 --- a/doc/doxygen/Doxyfile.conf.in +++ b/doc/doxygen/Doxyfile.conf.in @@ -798,7 +798,7 @@ RECURSIVE = YES # Note that relative paths are relative to the directory from which doxygen is # run. -EXCLUDE = +EXCLUDE = # 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 @@ -814,7 +814,8 @@ EXCLUDE_SYMLINKS = NO # Note that the wildcards are matched against the file with absolute path, so to # exclude all test directories for example use the pattern */test/* -EXCLUDE_PATTERNS = +EXCLUDE_PATTERNS = */source/main/gui/imgui/imgui* \ + */source/main/gui/imgui/imstb* # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names # (namespaces, classes, functions, etc.) that should be excluded from the