doc
Allows to put documentation inside lisp files and cross-reference between different entities. Based on MGL-PAX.
$ area51 add docCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(doc:some-function ...)