diff options
author | drbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-07 01:36:33 +0000 |
---|---|---|
committer | drbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-07 01:36:33 +0000 |
commit | c3dac6d0747cc7c31d7c2b01a6bca6cd56ea3407 (patch) | |
tree | 8a9655143d6d7047ad06fcc42a6a48a0f6b2e752 /lib/rdoc/generators.rb | |
parent | 962b330757e558673cd26fc7f2f389268ba233ab (diff) | |
download | ruby-c3dac6d0747cc7c31d7c2b01a6bca6cd56ea3407.tar.gz ruby-c3dac6d0747cc7c31d7c2b01a6bca6cd56ea3407.tar.xz ruby-c3dac6d0747cc7c31d7c2b01a6bca6cd56ea3407.zip |
Collapse namespaces and refactor requires in RDoc
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14920 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rdoc/generators.rb')
-rw-r--r-- | lib/rdoc/generators.rb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/rdoc/generators.rb b/lib/rdoc/generators.rb new file mode 100644 index 000000000..7987976b6 --- /dev/null +++ b/lib/rdoc/generators.rb @@ -0,0 +1,8 @@ +require 'cgi' +require 'rdoc/options' +require 'rdoc/markup/simple_markup' +require 'rdoc/template' + +module Generators +end + |