Skip to content

Commit

Permalink
Docstrings supports more languages (#190)
Browse files Browse the repository at this point in the history
support some more languages

Co-authored-by: Howon Lee <[email protected]>
  • Loading branch information
howonlee and Howon Lee authored Jan 11, 2025
1 parent 40f472f commit 461a26a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/finishing-touches/docstrings.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,28 +54,28 @@ The presence of an unsupported software forge in this list does not constitute a

The checked languages are supported:

- [ ] Bash
- [ ] C
- [x] Bash
- [x] C
- [x] C++
- [ ] C#
- [x] C#
- [x] Elixir
- [x] Go
- [ ] Haskell
- [x] Java
- [x] JavaScript
- [ ] Kotlin
- [ ] Lua
- [ ] Php
- [x] Kotlin
- [x] Lua
- [x] Php
- [x] Python
- [ ] React TypeScript
- [x] React TypeScript
- [x] Ruby
- [ ] Rust
- [x] Rust
- [ ] Scala
- [ ] Swift
- [x] Swift
- [x] TypeScript

The presence of an unsupported language in this list does not constitute a commitment to support it in the future. Remember that the docstrings feature is in [beta](/early-access#beta).

:::note
In the case of JavaScript and TypeScript, there are tons of ways to declare functions. At the moment, we only support the keyword `function` at the top level.
In the case of JavaScript and TypeScript and the React versions of both, there are tons of ways to declare functions. At the moment, we only support the keyword `function` at the top level.
:::

0 comments on commit 461a26a

Please sign in to comment.