-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Comments VS documentation #406
Comments
Unfortunately cloc's architecture would need a substantial re-write to identify documentation separately from comments. The closest option would be a new switch resembling |
Is it possible to tell |
@CandyAngel : it is possible, and I can understand why stuff after |
@AlDanial I've only had a quick look through the code, so please forgive any misconceptions below!
It might be more useful as Alternatively,
|
@CandyAngel Yes, the place to make the mod is To get the ball rolling, please open a new ticket as I don't want commits to be conflated with the original VS doc issue (feel free to cut/paste posts from here to there). Unfortunately for the VS docs issue, it is beyond the scope of what cloc is architected to handle. |
Is there some way to differentiate between comments and (doxygen-like) documentation?
Typically code comments are
While doxygen and almost everything else uses the following:
Being able to get two different metrics would be extremely helpful in assessing "quality of documentation"...
Thanks!
The text was updated successfully, but these errors were encountered: