From: gastal Date: Thu, 5 Jul 2012 14:30:45 +0000 (+0000) Subject: Make old doxygen versions able to find eina example files. X-Git-Tag: submit/2.0alpha-wayland/20121127.222009~88 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fb67fd084f2986e0c726409b17a7ce8631f37ea2;p=profile%2Fivi%2Feina.git 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. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@73357 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- 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