[ruby/etc] bump up to 1.3.1
[ruby-80x24.org.git] / .document
blob6e08f42698c642d4e2b9d0145bcef8f2fcbf211f
1 # This file determines which files in the
2 # Ruby hierarchy will be processed by the RDoc
3 # tool when it is given the top-level directory
4 # as an argument
6 # Process all the C source files
7 *.c
8 *.y
10 # prelude
11 prelude.rb
12 rbconfig.rb
14 array.rb
15 ast.rb
16 dir.rb
17 gc.rb
18 io.rb
19 kernel.rb
20 marshal.rb
21 numeric.rb
22 nilclass.rb
23 pack.rb
24 ractor.rb
25 timev.rb
26 trace_point.rb
27 warning.rb
29 # the lib/ directory (which has its own .document file)
30 lib
32 # and some of the ext/ directory (which has its own .document file)
33 ext
35 # rdoc files
36 NEWS.md
38 README.md
39 README.ja.md
41 COPYING
42 COPYING.ja
43 CONTRIBUTING.md
45 LEGAL
47 # win32/README.win32 linked from README.md
48 win32
50 doc