Flowdock
method

complete

Importance_1
v1_9_3_392 - Show latest stable - 0 notes - Class: RDoc::TopLevel
complete(min_visibility) public

Prepares the RDoc code object tree for use by a generator.

It finds unique classes/modules defined, and replaces classes/modules that are aliases for another one by a copy with RDoc::ClassModule#is_alias_for set.

It updates the RDoc::ClassModule#constant_aliases attribute of “real” classes or modules.

It also completely removes the classes and modules that should be removed from the documentation and the methods that have a visibility below min_visibility, which is the --visibility option.

See also RDoc::Context#remove_from_documentation?

Show source
Register or log in to add new notes.