Method: Sprout::MXMLCTask#show_deprecation_warnings=

Defined in:
lib/sprout/tasks/mxmlc_documentation.rb

#show_deprecation_warnings=(boolean) ⇒ Object

Shows deprecation warnings for Flex components. To see warnings for ActionScript classes, use the show-actionscript-warnings option.

The default value is true.

For more information about viewing warnings and errors, see Viewing warnings and errors.



482
483
484
# File 'lib/sprout/tasks/mxmlc_documentation.rb', line 482

def show_deprecation_warnings=(boolean)
  @show_deprecation_warnings = boolean
end