summaryrefslogtreecommitdiff
path: root/ruby_1_9_3/.document
diff options
context:
space:
mode:
Diffstat (limited to 'ruby_1_9_3/.document')
-rw-r--r--ruby_1_9_3/.document22
1 files changed, 22 insertions, 0 deletions
diff --git a/ruby_1_9_3/.document b/ruby_1_9_3/.document
new file mode 100644
index 0000000000..8a05d61beb
--- /dev/null
+++ b/ruby_1_9_3/.document
@@ -0,0 +1,22 @@
+# 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
+
+# prelude
+prelude.rb
+
+# the lib/ directory (which has its own .document file)
+
+lib
+
+
+# and some of the ext/ directory (which has its own .document file)
+
+ext
+
+# rdoc files
+doc/*.rdoc