Don't use SEGV signal when timeout in test_gc_compact
[ruby.git] / .document
blob0665d415b9ba89a952763d028df1f42de9d2e9b0
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 rjit.rb
22 numeric.rb
23 nilclass.rb
24 pack.rb
25 ractor.rb
26 string.rb
27 symbol.rb
28 timev.rb
29 thread_sync.rb
30 trace_point.rb
31 warning.rb
32 yjit.rb
34 # Errno::*
35 known_errors.inc
37 # the lib/ directory (which has its own .document file)
38 lib
40 # and some of the ext/ directory (which has its own .document file)
41 ext
43 # rdoc files
44 NEWS.md
46 README.md
47 README.ja.md
49 COPYING
50 COPYING.ja
52 LEGAL
54 doc