aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rdoc/rdoc.rb
diff options
context:
space:
mode:
authordrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-07 01:36:33 +0000
committerdrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-07 01:36:33 +0000
commitb543ed3ac8089e439e57ad5f667e35871882bd07 (patch)
tree8a9655143d6d7047ad06fcc42a6a48a0f6b2e752 /lib/rdoc/rdoc.rb
parentb0f13cfebec316491909e312608834c87792ca9f (diff)
downloadruby-b543ed3ac8089e439e57ad5f667e35871882bd07.tar.gz
Collapse namespaces and refactor requires in RDoc
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14920 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rdoc/rdoc.rb')
-rw-r--r--lib/rdoc/rdoc.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/rdoc/rdoc.rb b/lib/rdoc/rdoc.rb
index f93d9c9606..ca8c5d02a2 100644
--- a/lib/rdoc/rdoc.rb
+++ b/lib/rdoc/rdoc.rb
@@ -18,8 +18,7 @@ require 'find'
require 'fileutils'
require 'time'
-# We put rdoc stuff in the RDoc module to avoid namespace
-# clutter.
+# We put rdoc stuff in the RDoc module to avoid namespace clutter.
#
# ToDo: This isn't universally true.
#