Method: YARD::CLI::Yardoc#hidden_tags

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

#hidden_tagsArray<Symbol>

Returns a list of tags to hide from templates.

Returns:

  • (Array<Symbol>)

    a list of tags to hide from templates

Since:

  • 0.6.0



189
190
191
# File 'lib/yard/cli/yardoc.rb', line 189

def hidden_tags
  @hidden_tags
end