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:
		
							parent
							
								
									74c462a900
								
							
						
					
					
						commit
						44aaff6d31
					
				
					 4 changed files with 5 additions and 6 deletions
				
			
		| 
						 | 
				
			
			@ -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><<<TT> to which the entity will be
 | 
			
		||||
    #   An object implementing <TT><<</TT> to which the entity will be
 | 
			
		||||
    #   output
 | 
			
		||||
    # indent::
 | 
			
		||||
    #   *DEPRECATED* and ignored
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue