summaryrefslogtreecommitdiffstats
path: root/.document
diff options
context:
space:
mode:
authordave <dave@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-01-02 06:01:12 +0000
committerdave <dave@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-01-02 06:01:12 +0000
commit815c3462a5db37ae83fc25f3a6dba382af2beb71 (patch)
treec2d59557f5341202c22bf05448bebaad3df40a19 /.document
parenta04f95c800e7d9bc80e601675518a77b73cd98ab (diff)
downloadruby-815c3462a5db37ae83fc25f3a6dba382af2beb71.tar.gz
ruby-815c3462a5db37ae83fc25f3a6dba382af2beb71.tar.xz
ruby-815c3462a5db37ae83fc25f3a6dba382af2beb71.zip
Finish documenting internal stuff. See Changelog for other details
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5364 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to '.document')
-rw-r--r--.document11
1 files changed, 11 insertions, 0 deletions
diff --git a/.document b/.document
new file mode 100644
index 000000000..2471a9ce8
--- /dev/null
+++ b/.document
@@ -0,0 +1,11 @@
+# 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