You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know that there are multiple issues regarding this problem, but always mentioning python as an example (#100, #185). I thought it would be worth noting that the same problem exists in Clojure:
(defnhello-world"I am documenting this function";; I am a comment
(println"I am a string"))
Thank you for this issue, unlike the python issues I don't think tokei can correctly count Clojure doc comments as there is nothing syntactically different from a regular string, and it would require a parser in order to differentiate between them.
I know that there are multiple issues regarding this problem, but always mentioning python as an example (#100, #185). I thought it would be worth noting that the same problem exists in Clojure:
Output of tokei:
The text was updated successfully, but these errors were encountered: