2004-01-02 06:01:12 +00:00
|
|
|
# This file determines which files in the
|
|
|
|
# Ruby hierarchy will be processed by the RDoc
|
|
|
|
# tool when it is given the top-level directory
|
|
|
|
# as an argument
|
|
|
|
|
|
|
|
# Process all the C source files
|
|
|
|
*.c
|
|
|
|
|
2010-03-29 12:48:43 +00:00
|
|
|
# prelude
|
|
|
|
prelude.rb
|
|
|
|
|
2004-01-02 06:01:12 +00:00
|
|
|
# the lib/ directory (which has its own .document file)
|
|
|
|
lib
|
2004-10-10 03:35:51 +00:00
|
|
|
|
|
|
|
# and some of the ext/ directory (which has its own .document file)
|
|
|
|
ext
|
2009-09-17 00:40:49 +00:00
|
|
|
|
2009-09-17 04:12:38 +00:00
|
|
|
# rdoc files
|
2012-12-04 07:54:13 +00:00
|
|
|
ChangeLog
|
|
|
|
|
2012-12-03 19:12:03 +00:00
|
|
|
NEWS
|
2012-11-27 23:55:31 +00:00
|
|
|
|
|
|
|
README
|
|
|
|
README.EXT
|
|
|
|
README.EXT.ja
|
2012-12-03 19:12:03 +00:00
|
|
|
README.ja
|
|
|
|
|
2012-12-11 07:57:56 +00:00
|
|
|
doc
|