flosse / flosse/sloc

doc comments

Open
#52 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.