Closed thinkerbot closed 13 years ago
The :stopdoc: directive produces a reference to Object as a class/module when used like this:
# :stopdoc: class Example def method_name end end
I generated the RDoc with:
rdoc example.rb
Incidentally, no reference to Object is generated unless the method is defined. This is ok:
# :stopdoc: class Example end
Using RDoc 3.8.
Fixed!
The :stopdoc: directive produces a reference to Object as a class/module when used like this:
I generated the RDoc with:
Incidentally, no reference to Object is generated unless the method is defined. This is ok:
Using RDoc 3.8.