mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[DOC] split a tag for each function name [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66705 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
44aaff6d31
commit
8513c20370
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ require 'tsort'
|
|||
|
||||
##
|
||||
# RDoc::Parser::C attempts to parse C extension files. It looks for
|
||||
# the standard patterns that you find in extensions: <tt>rb_define_class,
|
||||
# rb_define_method</tt> and so on. It tries to find the corresponding
|
||||
# the standard patterns that you find in extensions: <tt>rb_define_class</tt>,
|
||||
# <tt>rb_define_method</tt> and so on. It tries to find the corresponding
|
||||
# C source for the methods and extract comments, but if we fail
|
||||
# we don't worry too much.
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue