summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorXavi Artigas <xavierartigas@yahoo.es>2020-04-29 17:23:09 +0200
committerXavi Artigas <xavierartigas@yahoo.es>2020-04-29 17:33:39 +0200
commitab554e682111f098ab209836a825eaa9ca46bf03 (patch)
tree1a81e80fcbbb9c5e7f089d147a56bb267da4af9d /doc
parente72912393e2d86bac4fbf7129843f3705933193b (diff)
downloadefl-ab554e682111f098ab209836a825eaa9ca46bf03.tar.gz
doxygen docs: Add tests folder to EXAMPLE_PATH
One Emotion example is located in src/tests instead of src/examples so look for examples in that folder too.
Diffstat (limited to 'doc')
-rw-r--r--doc/Doxyfile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index 17f86aec5e..5b0711a390 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -681,7 +681,8 @@ EXCLUDE_SYMBOLS = eo_cxx::*
# directories that contain example code fragments that are included (see
# the \include command).
-EXAMPLE_PATH = @top_srcdir@/src/examples
+EXAMPLE_PATH = @top_srcdir@/src/examples \
+ @top_srcdir@/src/tests
# 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