From 52a5016576b829c78c0f98fac1fbe3a51e643fad Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Wed, 20 Nov 2013 20:25:15 +0100 Subject: Exclude all host application directories from the Doxygen configuration files. --- Projects/TempDataLogger/Doxygen.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Projects/TempDataLogger') diff --git a/Projects/TempDataLogger/Doxygen.conf b/Projects/TempDataLogger/Doxygen.conf index 7c6093d6d..17651b78d 100644 --- a/Projects/TempDataLogger/Doxygen.conf +++ b/Projects/TempDataLogger/Doxygen.conf @@ -781,7 +781,8 @@ RECURSIVE = YES # run. EXCLUDE = Documentation/ \ - TempLogHostApp/ + TempLogHostApp/ \ + TempLogHostApp_Python/ # 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 -- cgit v1.2.3