Skip to content

Commit 461a26a

Browse files
howonleeHowon Lee
and
Howon Lee
authored
Docstrings supports more languages (#190)
support some more languages Co-authored-by: Howon Lee <[email protected]>
1 parent 40f472f commit 461a26a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Diff for: docs/finishing-touches/docstrings.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -54,28 +54,28 @@ The presence of an unsupported software forge in this list does not constitute a
5454

5555
The checked languages are supported:
5656

57-
- [ ] Bash
58-
- [ ] C
57+
- [x] Bash
58+
- [x] C
5959
- [x] C++
60-
- [ ] C#
60+
- [x] C#
6161
- [x] Elixir
6262
- [x] Go
6363
- [ ] Haskell
6464
- [x] Java
6565
- [x] JavaScript
66-
- [ ] Kotlin
67-
- [ ] Lua
68-
- [ ] Php
66+
- [x] Kotlin
67+
- [x] Lua
68+
- [x] Php
6969
- [x] Python
70-
- [ ] React TypeScript
70+
- [x] React TypeScript
7171
- [x] Ruby
72-
- [ ] Rust
72+
- [x] Rust
7373
- [ ] Scala
74-
- [ ] Swift
74+
- [x] Swift
7575
- [x] TypeScript
7676

7777
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).
7878

7979
:::note
80-
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.
80+
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.
8181
:::

0 commit comments

Comments
 (0)