[前][次][番号順一覧][スレッド一覧]

ruby-changes:33891

From: nobu <ko1@a...>
Date: Sat, 17 May 2014 16:46:12 +0900 (JST)
Subject: [ruby-changes:33891] nobu:r45972 (trunk): Doxyfile.tmpl: exclude ccan

nobu	2014-05-17 16:46:05 +0900 (Sat, 17 May 2014)

  New Revision: 45972

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=45972

  Log:
    Doxyfile.tmpl: exclude ccan
    
    * template/Doxyfile.tmpl (EXCLUDE): exclude ccan.  [ruby-core:62557]

  Modified files:
    trunk/template/Doxyfile.tmpl
Index: template/Doxyfile.tmpl
===================================================================
--- template/Doxyfile.tmpl	(revision 45971)
+++ template/Doxyfile.tmpl	(revision 45972)
@@ -104,7 +104,7 @@ WARN_LOGFILE           = https://github.com/ruby/ruby/blob/trunk/template/Doxyfile.tmpl#L104
 INPUT_ENCODING         = UTF-8
 FILE_PATTERNS          = *.c *.h *.y *.def
 RECURSIVE              = YES
-EXCLUDE                = ext/dl/callback
+EXCLUDE                = ext/dl/callback ccan
 EXCLUDE_SYMLINKS       = YES
 EXCLUDE_PATTERNS       = *.src doc enc build */ext/-test-/* tmp test yarvtest lib bootstraptest spec .ext .git .svn extconf.h *prelude.c encdb.h transdb.h insns.def
 EXCLUDE_SYMBOLS        = 

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]