2004-01-02 09:01:12 +03: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
|
|
|
|
|
|
|
|
# the lib/ directory (which has its own .document file)
|
|
|
|
|
|
|
|
lib
|
2004-10-10 07:35:51 +04:00
|
|
|
|
|
|
|
|
|
|
|
# and some of the ext/ directory (which has its own .document file)
|
|
|
|
|
|
|
|
ext
|
2009-09-17 04:40:49 +04:00
|
|
|
|
2009-09-17 08:12:38 +04:00
|
|
|
# rdoc files
|
2009-11-04 15:40:39 +03:00
|
|
|
doc/*
|
|
|
|
|
|
|
|
NEWS
|
|
|
|
|
|
|
|
README.ja
|
|
|
|
README
|
|
|
|
README.EXT
|
|
|
|
README.EXT.ja
|
|
|
|
COPYING
|
|
|
|
COPYING.ja
|
|
|
|
GPL
|
|
|
|
LGPL
|
|
|
|
LEGAL
|
|
|
|
ChangeLog
|