diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-11-20 20:25:15 +0100 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-11-20 20:25:15 +0100 |
commit | 52a5016576b829c78c0f98fac1fbe3a51e643fad (patch) | |
tree | a890040646b6db3f76b3f9eb623b498588cdd9dc /Demos/Device/ClassDriver | |
parent | 8edd56194859c47fe3d779594dfe1ece7076613c (diff) | |
download | lufa-52a5016576b829c78c0f98fac1fbe3a51e643fad.tar.gz lufa-52a5016576b829c78c0f98fac1fbe3a51e643fad.tar.bz2 lufa-52a5016576b829c78c0f98fac1fbe3a51e643fad.zip |
Exclude all host application directories from the Doxygen configuration files.
Diffstat (limited to 'Demos/Device/ClassDriver')
-rw-r--r-- | Demos/Device/ClassDriver/GenericHID/Doxygen.conf | 3 |
1 files changed, 2 insertions, 1 deletions
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 |