quickdoc icon indicating copy to clipboard operation
quickdoc copied to clipboard

Quick and minimal API doc generation for Clojure

Results 5 quickdoc issues
Sort by recently updated
recently updated
newest added

quickdock might generate incomplete sentences for the toc descriptions. e.g. the `babashka.process/sh` generated entry below is an incomplete sentence # Table of contents - [`babashka.process`](#babashkaprocess) - Shell out in Clojure...

This is probably undesirable behavior

This would be handy for e.g. babashka and/or joyride itself, so we can see what is inside the SCI context and create docstrings from that. With this we could generate...

We really need some tests!

If you have a namespace with both `Db` (a protocol) and `db` (a function), the generated table of contents as GitHub renders it will incorrectly link both entries to the...