From ab554e682111f098ab209836a825eaa9ca46bf03 Mon Sep 17 00:00:00 2001 From: Xavi Artigas Date: Wed, 29 Apr 2020 17:23:09 +0200 Subject: [PATCH] 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. --- doc/Doxyfile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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