Add more const-ness to the stream endpoint/pipe functions where possible.
This commit is contained in:
parent
272d446d32
commit
0019fbd129
13 changed files with 50 additions and 46 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue