doc-plantuml
An extension to 40ants-doc Common Lisp documentation library to render PlantUML diagrams inside of the documentation.
$ area51 add doc-plantumlコピー使い方
;; area51 add で .asd が自動更新されます。
;; コード内でパッケージを使用:
(in-package :my-project)
(doc-plantuml:some-function ...)