Skip to content

Docstrings supports more languages #190

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 11, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
:::
Loading