-
Notifications
You must be signed in to change notification settings - Fork 447
Closed
Description
$ rdoc --version
rdoc 4.0.1
$ cat /tmp/ruby.rb
class Foo
##
# meta method
#
# :method: my_foo_method
##
# Cool method
def cool() end
end
$ rdoc --markup=tomdoc /tmp/ruby.rb &>/dev/null; grep 'method-name' doc/Foo.html
<span class="method-name">cool</span><span
$ rdoc /tmp/ruby.rb &>/dev/null; grep 'method-name' doc/Foo.html
<span class="method-name">cool</span><span
<span class="method-name">my_foo_method</span><span