doc-plantuml
An extension to 40ants-doc Common Lisp documentation library to render PlantUML diagrams inside of the documentation.
$ area51 add doc-plantumlCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(doc-plantuml:some-function ...)