doc icon indicating copy to clipboard operation
doc copied to clipboard

Flexible documentation generator for Common Lisp projects.

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

Right now I'm using [docs-builder](https://github.com/40ants/docs-builder) and this workaround for copying `static` folder to the results dir: ```lisp (defmethod docs-builder/builder:build :around ((builder t) (system (eql (asdf:registered-system "multiplication-docs"))) &rest rest &key local...

enhancement

Hi, Is an idea like this easy to implement? Currently Markdown is used, but would it be possible to define sections and explicitly state that you are going to write...

The [about this fork](https://40ants.com/doc/#x-2840ANTS-DOC-FULL-2FDOC-3A-3A-40ABOUT-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29) section explains the goal of removing heavyweight dependencies, as the doc system becomes incorporated into the production code. It would be helpful to have a section...

I like what you're doing here. A well thought out doc system is desperately needed in the CL ecosystem, rather than the dozen half-baked ones we have now. As far...

And even it is found, ignores attached documentation. I found this bug when reworking https://github.com/40ants/cl-hamcrest documentation which defines `_` symbol macro.

Nested Markdown lists result in incorrect HTML generated, which puts them all at the same level, unless there is a switch between ordered and unordered lists, in which case they're...