mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/rdoc/parser/c.rb: fixed a small error in the documentation.
[ruby-core:24744] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24395 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f00babd1a6
commit
5ea7e7f60b
3 changed files with 8 additions and 3 deletions
|
@ -68,7 +68,7 @@ require 'rdoc/known_classes'
|
|||
# Ruby function is in the same source file as the rb_define_method call.
|
||||
# If this isn't the case, add the comment:
|
||||
#
|
||||
# rb_define_method(....); // in: filename
|
||||
# rb_define_method(....); // in filename
|
||||
#
|
||||
# As an example, we might have an extension that defines multiple classes
|
||||
# in its Init_xxx method. We could document them using
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue