Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v1_8_7_330) is shown here.
scan()
public
Extract the classes/modules and methods from a C file and return the
corresponding top-level object
# File lib/rdoc/parsers/parse_c.rb, line 190
def scan
remove_commented_out_lines
do_classes
do_constants
do_methods
do_includes
do_aliases
@top_level
end