[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
Родитель 74c462a900
Коммит 44aaff6d31
4 изменённых файлов: 5 добавлений и 6 удалений

Просмотреть файл

@ -74,11 +74,11 @@ require 'tsort'
# Documentation for the named method. Use this when the method name is
# 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
# 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
# method name alone is ambiguous.
#
@ -1266,4 +1266,3 @@ class RDoc::Parser::C < RDoc::Parser
end
end

Просмотреть файл

@ -24,7 +24,7 @@ require 'time'
# rdoc.document argv
#
# 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

Просмотреть файл

@ -128,7 +128,7 @@ class RDoc::Task < Rake::TaskLib
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)
attr_accessor :generator

Просмотреть файл

@ -90,7 +90,7 @@ module REXML
# object itself is valid.)
#
# 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
# indent::
# *DEPRECATED* and ignored