cl-html-readme
A HTML Documentation Generator for Common Lisp projects.
$ area51 add cl-html-readmeCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-html-readme:some-function ...)