Skip to content

Commit

Permalink
docs: Add documentation for @deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperupcall committed Oct 11, 2023
1 parent 25d8a97 commit ac86b7d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ac86b7d

Please sign in to comment.