scribble
Syntax extensions akin to Racket's Scribble and Bigloo's Skribe
$ area51 add scribbleCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(scribble:some-function ...)Syntax extensions akin to Racket's Scribble and Bigloo's Skribe
$ area51 add scribbleCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(scribble:some-function ...)