From 2553a96f9eb29ca334d713aa1830f5cce3045f86 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 2 Apr 2010 04:40:47 +0000 Subject: * {lib,test}/rdoc: removed trailing spaces. reapplied r22784. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27176 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rdoc.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'lib/rdoc.rb') diff --git a/lib/rdoc.rb b/lib/rdoc.rb index fb83932d27..f0ca4e2350 100644 --- a/lib/rdoc.rb +++ b/lib/rdoc.rb @@ -88,7 +88,7 @@ $DEBUG_RDOC = nil # # =begin rdoc # Documentation to be processed by RDoc. -# +# # ... # =end # @@ -104,7 +104,7 @@ $DEBUG_RDOC = nil # # FIXME: fails if the birthday falls on February 29th # #++ # # The DOB is returned as a Time object. -# +# # def get_dob(person) # # ... # end @@ -130,7 +130,7 @@ $DEBUG_RDOC = nil # # def fred # :yields: index, position # # ... -# +# # yield line, address # # which will get documented as @@ -256,12 +256,12 @@ $DEBUG_RDOC = nil # module also will be omitted. By default, though, modules and # classes within that class of module _will_ be documented. This is # turned off by adding the +all+ modifier. -# +# # module MyModule # :nodoc: # class Input # end # end -# +# # module OtherModule # :nodoc: all # class Output # end @@ -295,7 +295,7 @@ $DEBUG_RDOC = nil # comment block may have one or more lines before the :section: directive. # These will be removed, and any identical lines at the end of the block are # also removed. This allows you to add visual cues such as: -# +# # # ---------------------------------------- # # :section: My Section # # This is the section that I wrote. -- cgit v1.2.3