From 44aaff6d310f8cf88d89af4437d678a64bd89aa4 Mon Sep 17 00:00:00 2001 From: kazu Date: Fri, 4 Jan 2019 09:10:10 +0000 Subject: [DOC] Fix close tags [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66704 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rdoc/parser/c.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lib/rdoc/parser') diff --git a/lib/rdoc/parser/c.rb b/lib/rdoc/parser/c.rb index 425ea11f63..19151d7b27 100644 --- a/lib/rdoc/parser/c.rb +++ b/lib/rdoc/parser/c.rb @@ -74,11 +74,11 @@ require 'tsort' # Documentation for the named method. Use this when the method name is # unambiguous. # -# [Document-method: ClassName::method_name] +# [Document-method: ClassName::method_name] # Documentation for a singleton method in the given class. Use this when # the method name alone is ambiguous. # -# [Document-method: ClassName#method_name] +# [Document-method: ClassName#method_name] # 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 - -- cgit v1.2.3