diff --git a/README.md b/README.md index 5b9bc48..5a9bc01 100644 --- a/README.md +++ b/README.md @@ -191,6 +191,18 @@ function super() { } ``` +### `@deprecated` + +If the function is deprecated. + +**Example** +```bash +# @deprecated +say-hello() { + ... +} +``` + ### `@section` The name of a section of the file. Can be used to group functions.