Commit 0b2d8ddb authored by TMRh20's avatar TMRh20

Add changes from doc update

parent d05a3562
...@@ -843,7 +843,9 @@ EXCLUDE_SYMLINKS = NO ...@@ -843,7 +843,9 @@ EXCLUDE_SYMLINKS = NO
# exclude all test directories for example use the pattern */test/* # exclude all test directories for example use the pattern */test/*
EXCLUDE_PATTERNS = bcm2835* \ EXCLUDE_PATTERNS = bcm2835* \
RPi* RPi* \
pingpair_dyn.py \
runtest*
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
# (namespaces, classes, functions, etc.) that should be excluded from the # (namespaces, classes, functions, etc.) that should be excluded from the
...@@ -860,7 +862,8 @@ EXCLUDE_SYMBOLS = ...@@ -860,7 +862,8 @@ EXCLUDE_SYMBOLS =
# that contain example code fragments that are included (see the \include # that contain example code fragments that are included (see the \include
# command). # command).
EXAMPLE_PATH = examples EXAMPLE_PATH = examples \
examples_RPi
# If the value of the EXAMPLE_PATH tag contains directories, you can use the # If the value of the EXAMPLE_PATH tag contains directories, you can use the
# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment