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. --- Demos/Device/ClassDriver/GenericHID/Doxygen.conf | 3 ++- Demos/Device/LowLevel/BulkVendor/Doxygen.conf | 4 +++- Demos/Device/LowLevel/GenericHID/Doxygen.conf | 3 ++- 3 files changed, 7 insertions(+), 3 deletions(-) (limited to 'Demos') diff --git a/Demos/Device/ClassDriver/GenericHID/Doxygen.conf b/Demos/Device/ClassDriver/GenericHID/Doxygen.conf index 201d0d3b7..f094a78b8 100644 --- a/Demos/Device/ClassDriver/GenericHID/Doxygen.conf +++ b/Demos/Device/ClassDriver/GenericHID/Doxygen.conf @@ -780,7 +780,8 @@ RECURSIVE = YES # Note that relative paths are relative to the directory from which doxygen is # run. -EXCLUDE = Documentation/ +EXCLUDE = Documentation/ \ + HostTestApp/ # 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 diff --git a/Demos/Device/LowLevel/BulkVendor/Doxygen.conf b/Demos/Device/LowLevel/BulkVendor/Doxygen.conf index 49e22f389..ab4cb1273 100644 --- a/Demos/Device/LowLevel/BulkVendor/Doxygen.conf +++ b/Demos/Device/LowLevel/BulkVendor/Doxygen.conf @@ -780,7 +780,9 @@ RECURSIVE = YES # Note that relative paths are relative to the directory from which doxygen is # run. -EXCLUDE = Documentation/ +EXCLUDE = Documentation/ \ + HostTestApp/ \ + WindowsDriver/ # 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 diff --git a/Demos/Device/LowLevel/GenericHID/Doxygen.conf b/Demos/Device/LowLevel/GenericHID/Doxygen.conf index 201d0d3b7..f094a78b8 100644 --- a/Demos/Device/LowLevel/GenericHID/Doxygen.conf +++ b/Demos/Device/LowLevel/GenericHID/Doxygen.conf @@ -780,7 +780,8 @@ RECURSIVE = YES # Note that relative paths are relative to the directory from which doxygen is # run. -EXCLUDE = Documentation/ +EXCLUDE = Documentation/ \ + HostTestApp/ # 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