Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v1_9_3_392) is shown here.
reset()
public
Resets cross-file state. Call when parsing different projects that need
separate documentation.
# File lib/rdoc/parser/c.rb, line 140
def self.reset
@@enclosure_classes = {}
@@known_bodies = {}
end