File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 69
69
# [Document-variable: +name+]
70
70
# Documentation for the named +rb_define_variable+
71
71
#
72
- # [Document-method: +method_name+]
72
+ # [Document-method\ : +method_name+]
73
73
# Documentation for the named method. Use this when the method name is
74
74
# unambiguous.
75
75
#
76
- # [Document-method: <tt>ClassName::method_name</tt>]
76
+ # [Document-method\ : <tt>ClassName::method_name</tt>]
77
77
# Documentation for a singleton method in the given class. Use this when
78
78
# the method name alone is ambiguous.
79
79
#
80
- # [Document-method: <tt>ClassName#method_name</tt>]
80
+ # [Document-method\ : <tt>ClassName#method_name</tt>]
81
81
# Documentation for a instance method in the given class. Use this when the
82
82
# method name alone is ambiguous.
83
83
#
You can’t perform that action at this time.
0 commit comments