We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3181cd5 + 9ed5e30 commit 2a6661aCopy full SHA for 2a6661a
.eslintrc
@@ -111,7 +111,6 @@
111
"jsdoc/check-param-names": 1,
112
"jsdoc/check-property-names": 1,
113
"jsdoc/check-tag-names": 1,
114
- "jsdoc/check-values": 1,
115
"jsdoc/empty-tags": 1,
116
"jsdoc/implements-on-classes": 1,
117
"jsdoc/require-description": 1,
generator/templates/base_struct_function.js
@@ -45,7 +45,7 @@
45
{% if method.deprecated is defined and method.deprecated is not none -%}
46
* @since SmartDeviceLink {{method.history[0].since}}
47
* @deprecated in SmartDeviceLink {{method.since}}
48
- {%- elif method.history is defined and method.history is not none %}
+ {%- elif method.history is defined and method.history is not none -%}
49
50
{%- else -%}
51
* @since SmartDeviceLink {{method.since}}
0 commit comments