aboutsummaryrefslogtreecommitdiff
path: root/doxygen
diff options
context:
space:
mode:
authorTaylor Holberton <taylorcholberton@gmail.com>2016-12-04 13:28:15 -0800
committerTaylor Holberton <taylorcholberton@gmail.com>2016-12-04 13:28:15 -0800
commit0cceb331992a0fd41aac9aaf448ecc40b7899a16 (patch)
treeb0330db888c8c97c0b9cf88e227337aacae8b0d7 /doxygen
parent4faab339a2cdc77462b9b7c0bed31686c83b16fd (diff)
added ../examples to example path
Diffstat (limited to 'doxygen')
-rw-r--r--doxygen/Doxyfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/doxygen/Doxyfile b/doxygen/Doxyfile
index 1c18b30..9279343 100644
--- a/doxygen/Doxyfile
+++ b/doxygen/Doxyfile
@@ -844,7 +844,7 @@ EXCLUDE_SYMBOLS =
# that contain example code fragments that are included (see the \include
# command).
-EXAMPLE_PATH =
+EXAMPLE_PATH = "../examples"
# 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