diff options
author | (no author) <(no author)@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-01-05 21:48:16 +0000 |
---|---|---|
committer | (no author) <(no author)@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-01-05 21:48:16 +0000 |
commit | 794e035046f8694d5085ce2aaaa3c5afe625eaa9 (patch) | |
tree | 6cc468f541fb88bf5c7a407249d9a2e9b0d14f92 /.document | |
parent | 7923bea13ec3731e0f7ae9a591046fbeaffd7d25 (diff) | |
download | ruby-794e035046f8694d5085ce2aaaa3c5afe625eaa9.tar.gz |
This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@5381 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to '.document')
-rw-r--r-- | .document | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.document b/.document new file mode 100644 index 0000000000..2471a9ce85 --- /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 |