Forums : Suggestions for Ohloh 2.0

Dear Open Hub Users,

We’re excited to announce that we will be moving the Open Hub Forum to https://community.synopsys.com/s/black-duck-open-hub. Beginning immediately, users can head over, register, get technical help and discuss issue pertinent to the Open Hub. Registered users can also subscribe to Open Hub announcements here.


On May 1, 2020, we will be freezing https://www.openhub.net/forums and users will not be able to create new discussions. If you have any questions and concerns, please email us at [email protected]

I'm curious, does the comment-count f...

I'm curious, does the comment-count for Lisp code take docstrings into account? Most/all Lisp definition macros and special forms take an optional docstring to describe the purpose of whatever is being defined (sort of like an in-language version of Javadoc), and it might be meaningful to consider these strings to be comments (even if they aren't comments in the strictest sense of the word).

Troels "At... about 16 years ago
 

Our Lisp parser thinks that comments come after semicolons (;) and nothing else.

We don't parse docstrings in any languages (yet).

Robin Luckey about 16 years ago
 

I was just about to ask the same thing but found this question posted 4 years ago. Has this changed, or is there any plan to actually support this?

loke about 12 years ago