1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[DOC] Fix close tags [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66704 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2019-01-04 09:10:10 +00:00
parent 74c462a900
commit 44aaff6d31
4 changed files with 5 additions and 6 deletions

View file

@ -74,11 +74,11 @@ require 'tsort'
# Documentation for the named method. Use this when the method name is # Documentation for the named method. Use this when the method name is
# unambiguous. # unambiguous.
# #
# [Document-method: <tt>ClassName::method_name<tt>] # [Document-method: <tt>ClassName::method_name</tt>]
# Documentation for a singleton method in the given class. Use this when # Documentation for a singleton method in the given class. Use this when
# the method name alone is ambiguous. # the method name alone is ambiguous.
# #
# [Document-method: <tt>ClassName#method_name<tt>] # [Document-method: <tt>ClassName#method_name</tt>]
# Documentation for a instance method in the given class. Use this when the # Documentation for a instance method in the given class. Use this when the
# method name alone is ambiguous. # method name alone is ambiguous.
# #
@ -1266,4 +1266,3 @@ class RDoc::Parser::C < RDoc::Parser
end end
end end

View file

@ -24,7 +24,7 @@ require 'time'
# rdoc.document argv # rdoc.document argv
# #
# Where +argv+ is an array of strings, each corresponding to an argument you'd # Where +argv+ is an array of strings, each corresponding to an argument you'd
# give rdoc on the command line. See <tt>rdoc --help<tt> for details. # give rdoc on the command line. See <tt>rdoc --help</tt> for details.
class RDoc::RDoc class RDoc::RDoc

View file

@ -128,7 +128,7 @@ class RDoc::Task < Rake::TaskLib
attr_accessor :template attr_accessor :template
## ##
# Name of format generator (<tt>--format<tt>) used by rdoc. (defaults to # Name of format generator (<tt>--format</tt>) used by rdoc. (defaults to
# rdoc's default) # rdoc's default)
attr_accessor :generator attr_accessor :generator

View file

@ -90,7 +90,7 @@ module REXML
# object itself is valid.) # object itself is valid.)
# #
# out:: # out::
# An object implementing <TT>&lt;&lt;<TT> to which the entity will be # An object implementing <TT>&lt;&lt;</TT> to which the entity will be
# output # output
# indent:: # indent::
# *DEPRECATED* and ignored # *DEPRECATED* and ignored