cloc icon indicating copy to clipboard operation
cloc copied to clipboard

Generate Clojure documentation from your project's classpath and serve it through a local web server.

Results 7 cloc issues
Sort by recently updated
recently updated
newest added

Cloc can't find the docs for http://clojuredocs.org/clojure_core/clojure.core/select-keys I ran it with: lein with-profile +test-android,-java cloc

For all my sources I see in cloc UI that author is "Unknown", but it is configured: ``` clojure (ns ziggurat.core ^{:author "Vladislav Bauer"} ...) ```

There have been a couple of reports of cloc failing to launch with an OOM error. This is a bit surprising, as it really shouldn't be using much memory at...

bug

Would be cool if there was a link to view the source for functions (from the the JARs) in the documentation pages.

enhancement

The side-bar is a bit surprising to some users, because it instantly switches to the next view with no feedback. A slide animation to make it feel more like a...

enhancement

Number of things that could do with a rework: - CLJS code is more side-effecty than it needs to be, - There's a little bit of server-side templating, which probably...

enhancement

The search is currently using the simplest possible Lucene configuration. It should probably consider matches on the function names themselves to be more important than matches inside the doc strings,...

enhancement