summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas M. Gastal <jgastal@profusion.mobi>2012-07-05 14:30:45 +0000
committerJonas M. Gastal <jgastal@profusion.mobi>2012-07-05 14:30:45 +0000
commitf0f2cf1b2ded3836345e5dcd45ee23d975d46faa (patch)
treeda0bf793163b787d85cdb5dff88d6660e7ab00ce
parent3427a5f85431e7b7ed742562839b76aada3ef54f (diff)
downloadeina-f0f2cf1b2ded3836345e5dcd45ee23d975d46faa.tar.gz
Make old doxygen versions able to find eina 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: 73357
-rw-r--r--doc/Doxyfile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index 97b0bf9..cac9c1c 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -666,7 +666,7 @@ EXAMPLE_PATH = @top_srcdir@/src/examples
# and *.h) to filter out the source-files in the directories. If left
# blank all files are included.
-EXAMPLE_PATTERNS = *.c,*.h,*.x
+EXAMPLE_PATTERNS =
# If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
# searched for input files to be used with the \include or \dontinclude