mgl-pax
mgl-pax copied to clipboard
Documentation system, browser, generator.
It would be great if slot's using default generic functions would pull documentation from the slot definition when listed as generic-function in the defsection.
I have some projects that define multiple packages (both with and without package-inferred-systems). In many of these cases, I want these packages to be an implementation detail the user shouldn't...
This is a PR aiming to implement #26. This is a draft for now, but generating PDF output is already possible as follows: ``` common-lisp (uiop:with-output-file (stream "mgl-pax.pdf" :if-exists :supersede)...
_Pax_ looks cool - many thanks - and I yet have to look into it in more detail - thus bear with me (for my not so precise/detailed comment) at...
I have managed to generate quite acceptable PDF output from MGL-PAX documentation by feeding its Markdown output to Pandoc with a Lua filter that I wrote. In particular, the filter...
Both the CLASS and TYPE locatives seem to get the job done, so I might end up just picking one or another, by why isn't there a STRUCT locative? I...