2004-01-02 01:01:12 -05: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-22 21:31:37 -04:00
|
|
|
*.y
|
2004-01-02 01:01:12 -05:00
|
|
|
|
2010-03-29 08:48:43 -04:00
|
|
|
# prelude
|
|
|
|
prelude.rb
|
2016-09-14 08:52:00 -04:00
|
|
|
rbconfig.rb
|
2020-02-12 03:40:25 -05:00
|
|
|
array.rb
|
2019-11-07 04:29:20 -05:00
|
|
|
ast.rb
|
2019-11-08 01:27:32 -05:00
|
|
|
gc.rb
|
2019-12-23 23:12:28 -05:00
|
|
|
io.rb
|
2020-03-17 06:37:07 -04:00
|
|
|
kernel.rb
|
2019-11-07 21:54:39 -05:00
|
|
|
pack.rb
|
2019-12-23 23:12:28 -05:00
|
|
|
trace_point.rb
|
|
|
|
warning.rb
|
2019-11-07 04:22:08 -05:00
|
|
|
|
2004-01-02 01:01:12 -05:00
|
|
|
# the lib/ directory (which has its own .document file)
|
|
|
|
lib
|
2004-10-09 23:35:51 -04:00
|
|
|
|
|
|
|
# and some of the ext/ directory (which has its own .document file)
|
|
|
|
ext
|
2009-09-16 20:40:49 -04:00
|
|
|
|
2009-09-17 00:12:38 -04:00
|
|
|
# rdoc files
|
2020-01-14 22:42:47 -05:00
|
|
|
NEWS.md
|
2012-11-27 18:55:31 -05:00
|
|
|
|
2015-01-18 03:47:15 -05:00
|
|
|
README.md
|
|
|
|
README.ja.md
|
2012-12-03 14:12:03 -05:00
|
|
|
|
2018-04-10 11:29:16 -04:00
|
|
|
COPYING
|
|
|
|
COPYING.ja
|
|
|
|
CONTRIBUTING.md
|
|
|
|
|
2018-12-01 07:05:37 -05:00
|
|
|
LEGAL
|
|
|
|
|
2018-04-12 10:24:06 -04:00
|
|
|
# win32/README.win32 linked from README.md
|
|
|
|
win32
|
|
|
|
|
2012-12-11 02:57:56 -05:00
|
|
|
doc
|