
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 5: 6: # Process all the C source files 7: *.c 8: 9: # the lib/ directory (which has its own .document file) 10: 11: lib 12: 13: 14: # and some of the ext/ directory (which has its own .document file) 15: 16: ext