Exclude all host application directories from the Doxygen configuration files.
authorDean Camera <dean@fourwalledcubicle.com>
Wed, 20 Nov 2013 19:25:15 +0000 (20:25 +0100)
committerDean Camera <dean@fourwalledcubicle.com>
Wed, 20 Nov 2013 19:25:15 +0000 (20:25 +0100)
Bootloaders/HID/Doxygen.conf
Demos/Device/ClassDriver/GenericHID/Doxygen.conf
Demos/Device/LowLevel/BulkVendor/Doxygen.conf
Demos/Device/LowLevel/GenericHID/Doxygen.conf
Projects/LEDNotifier/Doxygen.conf
Projects/TempDataLogger/Doxygen.conf

index 251d579..85094f2 100644 (file)
@@ -781,7 +781,8 @@ RECURSIVE              = YES
 # run.
 
 EXCLUDE                = Documentation/ \
 # run.
 
 EXCLUDE                = Documentation/ \
-                         HostLoaderApp/
+                         HostLoaderApp/ \
+                         HostLoaderApp_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
 
 # 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
index 201d0d3..f094a78 100644 (file)
@@ -780,7 +780,8 @@ RECURSIVE              = YES
 # Note that relative paths are relative to the directory from which doxygen is
 # run.
 
 # 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
 
 # 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
index 49e22f3..ab4cb12 100644 (file)
@@ -780,7 +780,9 @@ RECURSIVE              = YES
 # Note that relative paths are relative to the directory from which doxygen is
 # run.
 
 # 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
 
 # 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
index 201d0d3..f094a78 100644 (file)
@@ -780,7 +780,8 @@ RECURSIVE              = YES
 # Note that relative paths are relative to the directory from which doxygen is
 # run.
 
 # 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
 
 # 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
index 896befd..2e5e39b 100644 (file)
@@ -782,7 +782,6 @@ RECURSIVE              = YES
 
 EXCLUDE                = Documentation/ \
                          CPUUsageApp/ \
 
 EXCLUDE                = Documentation/ \
                          CPUUsageApp/ \
-                         HotmailNotifierApp/ \
                          LEDMixerApp/
 
 # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
                          LEDMixerApp/
 
 # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
index 7c6093d..17651b7 100644 (file)
@@ -781,7 +781,8 @@ RECURSIVE              = YES
 # run.
 
 EXCLUDE                = Documentation/ \
 # 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
 
 # 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