AutoApi.ChassisSettingsCapability.deprecated-question-mark

You're seeing just the function deprecated-question-mark, go back to AutoApi.ChassisSettingsCapability module for more information.

Specs

deprecated?(atom()) :: boolean()

Returns whether the property is deprecated.

Example

iex> AutoApi.HoodCapability.deprecated?(:lock)
false

iex> AutoApi.DiagnosticsCapability.deprecated?(:mileage)
true