Skip to content

Commit

Permalink
[DOC] Fix close tags [ci skip]
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66704 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
znz committed Jan 4, 2019
1 parent 74c462a commit 44aaff6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions lib/rdoc/parser/c.rb
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@
# 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.
#
Expand Down Expand Up @@ -1266,4 +1266,3 @@ def scan
end

end

2 changes: 1 addition & 1 deletion lib/rdoc/rdoc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# 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

Expand Down
2 changes: 1 addition & 1 deletion lib/rdoc/task.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/rexml/entity.rb
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def normalized
# 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
Expand Down

0 comments on commit 44aaff6

Please sign in to comment.