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
|
|
|
|
|
2010-03-29 08:48:43 -04:00
|
|
|
# prelude
|
|
|
|
prelude.rb
|
|
|
|
|
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
|
2009-11-11 20:26:13 -05:00
|
|
|
doc/*.rdoc
|