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.
This commit is contained in:
Xavi Artigas 2020-04-29 17:23:09 +02:00
parent e72912393e
commit ab554e6821
1 changed files with 2 additions and 1 deletions

View File

@ -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