ruby-changes:23474
From: nobu <ko1@a...>
Date: Thu, 3 May 2012 23:05:43 +0900 (JST)
Subject: [ruby-changes:23474] nobu:r35525 (trunk): * template/Doxyfile.tmpl: exclude generated files.
nobu 2012-05-03 23:05:34 +0900 (Thu, 03 May 2012) New Revision: 35525 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=35525 Log: * template/Doxyfile.tmpl: exclude generated files. Modified files: trunk/template/Doxyfile.tmpl Index: template/Doxyfile.tmpl =================================================================== --- template/Doxyfile.tmpl (revision 35524) +++ template/Doxyfile.tmpl (revision 35525) @@ -103,11 +103,11 @@ # configuration options related to the input files #--------------------------------------------------------------------------- INPUT_ENCODING = UTF-8 -FILE_PATTERNS = *.c *.h *.y *.inc +FILE_PATTERNS = *.c *.h *.y *.def RECURSIVE = YES EXCLUDE = EXCLUDE_SYMLINKS = YES -EXCLUDE_PATTERNS = *.src doc build tmp test yarvtest lib bootstraptest spec .ext .git .svn +EXCLUDE_PATTERNS = *.src doc build tmp test yarvtest lib bootstraptest spec .ext .git .svn -test- enc extconf.h ext/dl/callback *prelude.c encdb.h transdb.h EXCLUDE_SYMBOLS = EXAMPLE_PATH = EXAMPLE_PATTERNS = -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/