diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2011-02-13 21:27:24 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2011-02-13 21:27:24 +0000 |
| commit | 20c6ad62c9dd9608d62eda329f20ce3ff9a43ebd (patch) | |
| tree | ab85bdd239b9df645d4ef95e6518ca25661c2515 /Projects | |
| parent | 97c30f731ddad06f7884730d02538c7d5ae05829 (diff) | |
Add more const-ness to the stream endpoint/pipe functions where possible.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1664 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Projects')
| -rw-r--r-- | Projects/LEDNotifier/Doxygen.conf | 5 | ||||
| -rw-r--r-- | Projects/TempDataLogger/Doxygen.conf | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/Projects/LEDNotifier/Doxygen.conf b/Projects/LEDNotifier/Doxygen.conf index 51612de7..ae1aa0a6 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 diff --git a/Projects/TempDataLogger/Doxygen.conf b/Projects/TempDataLogger/Doxygen.conf index 5570e136..24101d25 100644 --- a/Projects/TempDataLogger/Doxygen.conf +++ b/Projects/TempDataLogger/Doxygen.conf @@ -615,7 +615,8 @@ 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/ TempLogHostApp/ +EXCLUDE = Documentation/ \ + TempLogHostApp/ # The EXCLUDE_SYMLINKS tag can be used select whether or not files or # directories that are symbolic links (a Unix filesystem feature) are excluded |
