summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorXavi Artigas <xavierartigas@yahoo.es>2020-03-12 13:18:02 +0100
committerXavi Artigas <xavierartigas@yahoo.es>2020-03-12 17:24:07 +0100
commit500b9f611ba17724b041771c2d028de9dfa92e23 (patch)
tree4bcd5bd1a2d3161abc240c9d2a0c04264b378fbf /doc
parent883a09a3ae8dfb887812bda5577d25de92a4ec24 (diff)
downloadefl-500b9f611ba17724b041771c2d028de9dfa92e23.tar.gz
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.
Diffstat (limited to 'doc')
-rw-r--r--doc/Doxyfile.in3
1 files changed, 2 insertions, 1 deletions
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