xartigas pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=ab554e682111f098ab209836a825eaa9ca46bf03

commit ab554e682111f098ab209836a825eaa9ca46bf03
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

-- 


Reply via email to