Method: YARD::CLI::Yardoc#all_objects

Defined in:
lib/yard/cli/yardoc.rb

#all_objectsArray<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.

Returns:

Since:

  • 0.2.1



329
330
331
# File 'lib/yard/cli/yardoc.rb', line 329

def all_objects
  Registry.all(:root, :module, :class)
end