We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@deprecated
1 parent 25d8a97 commit 651f82cCopy full SHA for 651f82c
README.md
@@ -191,6 +191,19 @@ function super() {
191
}
192
```
193
194
+### `@deprecated`
195
+
196
+Whether or not the function is deprecated. If it is, a short deprecation notice
197
+will be prepended to the description.
198
199
+**Example**
200
+```bash
201
+# @deprecated
202
+say-hello() {
203
+ ...
204
+}
205
+```
206
207
### `@section`
208
209
The name of a section of the file. Can be used to group functions.
0 commit comments