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
|
2017-04-23 01:31:37 +00:00
|
|
|
*.y
|
2004-01-02 06:01:12 +00:00
|
|
|
|
2010-03-29 12:48:43 +00:00
|
|
|
# prelude
|
|
|
|
prelude.rb
|
2016-09-14 12:52:00 +00:00
|
|
|
rbconfig.rb
|
2021-01-15 12:29:39 +09:00
|
|
|
|
2020-02-12 08:40:25 +00:00
|
|
|
array.rb
|
2019-11-07 18:29:20 +09:00
|
|
|
ast.rb
|
2020-01-18 13:59:21 +09:00
|
|
|
dir.rb
|
2019-11-08 15:27:32 +09:00
|
|
|
gc.rb
|
2019-12-24 13:12:28 +09:00
|
|
|
io.rb
|
2020-03-17 19:37:07 +09:00
|
|
|
kernel.rb
|
2021-01-15 12:29:39 +09:00
|
|
|
numeric.rb
|
2019-11-08 11:54:39 +09:00
|
|
|
pack.rb
|
2021-01-15 12:29:39 +09:00
|
|
|
ractor.rb
|
2021-01-15 11:48:55 +09:00
|
|
|
timev.rb
|
2019-12-24 13:12:28 +09:00
|
|
|
trace_point.rb
|
|
|
|
warning.rb
|
2019-11-07 18:22:08 +09:00
|
|
|
|
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
|
2020-01-15 12:42:47 +09:00
|
|
|
NEWS.md
|
2012-11-27 23:55:31 +00:00
|
|
|
|
2015-01-18 08:47:15 +00:00
|
|
|
README.md
|
|
|
|
README.ja.md
|
2012-12-03 19:12:03 +00:00
|
|
|
|
2018-04-10 15:29:16 +00:00
|
|
|
COPYING
|
|
|
|
COPYING.ja
|
|
|
|
CONTRIBUTING.md
|
|
|
|
|
2018-12-01 12:05:37 +00:00
|
|
|
LEGAL
|
|
|
|
|
2018-04-12 14:24:06 +00:00
|
|
|
# win32/README.win32 linked from README.md
|
|
|
|
win32
|
|
|
|
|
2012-12-11 07:57:56 +00:00
|
|
|
doc
|