Closed
Description
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.
Metadata
Metadata
Assignees
Labels
No labels