stefan pushed a commit to branch efl-1.24. http://git.enlightenment.org/core/efl.git/commit/?id=ae6b907ccb16aa1811d592517a9b781b25a1830b
commit ae6b907ccb16aa1811d592517a9b781b25a1830b Author: Xavi Artigas <[email protected]> Date: Wed Apr 29 17:23:09 2020 +0200 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 --
