Method: YARD::CLI::Yardoc#all_objects
- Defined in:
- lib/yard/cli/yardoc.rb
#all_objects ⇒ Array<CodeObjects::Base>
Deprecated.
To hide methods use the @private tag instead.
The list of all objects to process. Override this method to change which objects YARD should generate documentation for.
329 330 331 |
# File 'lib/yard/cli/yardoc.rb', line 329 def all_objects Registry.all(:root, :module, :class) end |