mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[DOC] escape descriptions [ci skip]
Escape descriptions not to get parsed as directives. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66707 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9035e73a14
commit
79aef1272e
2 changed files with 4 additions and 3 deletions
|
@ -1 +1,2 @@
|
|||
*.rb
|
||||
parser
|
||||
|
|
|
@ -69,15 +69,15 @@ require 'tsort'
|
|||
# [Document-variable: +name+]
|
||||
# Documentation for the named +rb_define_variable+
|
||||
#
|
||||
# [Document-method: +method_name+]
|
||||
# [Document-method\: +method_name+]
|
||||
# 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.
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue