From 8e8a6b7425d6092c2a4bf6a40d19eb9a5a1da23a Mon Sep 17 00:00:00 2001 From: "Jonas M. Gastal" Date: Thu, 5 Jul 2012 14:37:06 +0000 Subject: [PATCH] Make old doxygen versions able to find evas example files. The only two available versions of doxygen for e2(debian sid), where online docs are generated, are borked. The newest version(1.8.1.1) is extremely borked so best to just use the old one(1.7.1.1-2) which doesn't properly parse EXAMPLE_PATTERNS. SVN revision: 73358 --- legacy/evas/doc/Doxyfile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/evas/doc/Doxyfile.in b/legacy/evas/doc/Doxyfile.in index 713288e4a5..54456fec08 100644 --- a/legacy/evas/doc/Doxyfile.in +++ b/legacy/evas/doc/Doxyfile.in @@ -67,7 +67,7 @@ EXCLUDE = EXCLUDE_SYMLINKS = NO EXCLUDE_PATTERNS = EXAMPLE_PATH = @top_srcdir@/src/examples -EXAMPLE_PATTERNS = *.c,*.h +EXAMPLE_PATTERNS = EXAMPLE_RECURSIVE = YES INPUT_FILTER = FILTER_SOURCE_FILES = NO