diff options
Diffstat (limited to '.document')
| -rw-r--r-- | .document | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/.document b/.document new file mode 100644 index 0000000000..753d6f9892 --- /dev/null +++ b/.document @@ -0,0 +1,59 @@ +# 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 +*.y + +# prelude +prelude.rb +rbconfig.rb + +array.rb +ast.rb +dir.rb +gc.rb +hash.rb +io.rb +kernel.rb +marshal.rb +numeric.rb +nilclass.rb +pack.rb +pathname_builtin.rb +ractor.rb +string.rb +symbol.rb +timev.rb +thread_sync.rb +trace_point.rb +warning.rb +yjit.rb +zjit.rb + +# Errno::* +known_errors.inc + +# the lib/ directory (which has its own .document file) +lib + +# and some of the ext/ directory (which has its own .document file) +ext + +# For `prism`, ruby code is in lib and c in the prism folder +prism + +# rdoc files +NEWS.md + +README.md +README.ja.md + +COPYING +COPYING.ja + +LEGAL + +doc |
