doc
Allows to put documentation inside lisp files and cross-reference between different entities. Based on MGL-PAX.
$ area51 add docコピー使い方
;; area51 add で .asd が自動更新されます。
;; コード内でパッケージを使用:
(in-package :my-project)
(doc:some-function ...)Allows to put documentation inside lisp files and cross-reference between different entities. Based on MGL-PAX.
$ area51 add docコピー;; area51 add で .asd が自動更新されます。
;; コード内でパッケージを使用:
(in-package :my-project)
(doc:some-function ...)