xartigas pushed a commit to branch master.

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

commit 500b9f611ba17724b041771c2d028de9dfa92e23
Author: Xavi Artigas <[email protected]>
Date:   Thu Mar 12 13:18:02 2020 +0100

    doxygen docs: Do not parse file Eo.h
    
    Doxygen is used to build Legacy documentation, which is unrelated to Eo.h
    This fixes quite a few "explicit link request could not be resolved" 
problems
    produced by Eo.h which was missing the rest of the Unified Efl headers.
---
 doc/Doxyfile.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index 0a62bfdec7..17f86aec5e 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -666,7 +666,8 @@ EXCLUDE_PATTERNS       = *_private* \
                          */efl_*.eo.c \
                          */efl_*.eo.h \
                          */efl_*.eot.h \
-                         */Efl_*
+                         */Efl_* \
+                         */Eo.h
 
 # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
 # (namespaces, classes, functions, etc.) that should be excluded from the

-- 


Reply via email to