From 20c6ad62c9dd9608d62eda329f20ce3ff9a43ebd Mon Sep 17 00:00:00 2001 From: Dean Date: Sun, 13 Feb 2011 21:27:24 +0000 Subject: 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 --- Projects/TempDataLogger/Doxygen.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Projects/TempDataLogger') 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 -- cgit v1.2.3