diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2011-02-13 21:27:24 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2011-02-13 21:27:24 +0000 |
commit | 0019fbd1294ccc9ecb0ac4ddb5d8c71efcf9597f (patch) | |
tree | ab85bdd239b9df645d4ef95e6518ca25661c2515 /Projects/LEDNotifier | |
parent | 272d446d3242f1d449447a91cdc1f7516ffe964f (diff) | |
download | lufa-0019fbd1294ccc9ecb0ac4ddb5d8c71efcf9597f.tar.gz lufa-0019fbd1294ccc9ecb0ac4ddb5d8c71efcf9597f.tar.bz2 lufa-0019fbd1294ccc9ecb0ac4ddb5d8c71efcf9597f.zip |
Add more const-ness to the stream endpoint/pipe functions where possible.
Diffstat (limited to 'Projects/LEDNotifier')
-rw-r--r-- | Projects/LEDNotifier/Doxygen.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Projects/LEDNotifier/Doxygen.conf b/Projects/LEDNotifier/Doxygen.conf index 51612de79..ae1aa0a67 100644 --- a/Projects/LEDNotifier/Doxygen.conf +++ b/Projects/LEDNotifier/Doxygen.conf @@ -615,7 +615,10 @@ RECURSIVE = YES # excluded from the INPUT source files. This way you can easily exclude a # subdirectory from a directory tree whose root is specified with the INPUT tag. -EXCLUDE = Documentation/ CPUUsageApp/ HotmailNotifierApp/ LEDMixerApp/ +EXCLUDE = Documentation/ \ + CPUUsageApp/ \ + HotmailNotifierApp/ \ + LEDMixerApp/ # The EXCLUDE_SYMLINKS tag can be used select whether or not files or # directories that are symbolic links (a Unix filesystem feature) are excluded |