Method: YARD::CLI::Yardoc#has_markup

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

#has_markupBoolean

Returns whether markup option was specified.

Returns:

  • (Boolean)

    whether markup option was specified

Since:

  • 0.7.0



201
202
203
# File 'lib/yard/cli/yardoc.rb', line 201

def has_markup
  @has_markup
end