doc comments
Open
enhancement
- Dominant language
- CoffeeScript
- Stars
- 972
- Forks
- 80
- PR merge metrics
- No merged PRs in 30d
Description
at the moment we have single line and block comments but I'd like to add support for doc comments too.
e.g.: for java:
``` java
// line comment
/** doc comment */
/* block comment */
```
or rust:
``` rust
// line comment
/// doc comment
```
what do you think?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.