2004-01-02 09:01:12 +03: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 16:48:43 +04:00
|
|
|
# prelude
|
|
|
|
prelude.rb
|
|
|
|
|
2016-09-14 15:52:00 +03:00
|
|
|
rbconfig.rb
|
|
|
|
|
2004-01-02 09:01:12 +03:00
|
|
|
# the lib/ directory (which has its own .document file)
|
|
|
|
lib
|
2004-10-10 07:35:51 +04:00
|
|
|
|
|
|
|
# and some of the ext/ directory (which has its own .document file)
|
|
|
|
ext
|
2009-09-17 04:40:49 +04:00
|
|
|
|
2009-09-17 08:12:38 +04:00
|
|
|
# rdoc files
|
2012-12-04 11:54:13 +04:00
|
|
|
ChangeLog
|
|
|
|
|
2012-12-03 23:12:03 +04:00
|
|
|
NEWS
|
2012-11-28 03:55:31 +04:00
|
|
|
|
2015-01-18 11:47:15 +03:00
|
|
|
README.md
|
|
|
|
README.ja.md
|
2012-12-03 23:12:03 +04:00
|
|
|
|
2012-12-11 11:57:56 +04:00
|
|
|
doc
|