Christophe Rhodes <csr21@...> writes:
> That said, I believe there is something in db-sockets (which has
> mutated into the sb-bsd-sockets contrib in the SBCL sources) that does
> do some kind of introspective analysis of its source and symbols... I
> don't know if the code to do that persists in our CVS, but maybe Dan
> can say something about that?
It's still there, but it doesn't actually run as part of the default
build. Look at doc.lisp - output is in index.html
* It needs asdf: first it loads a system, then it reads all the files
in it.
* It currently generates HTML, not DocBook
* It reads #| |# comments, which it includes verbatim in the output
* It converts methods, functions, classes, and some other forms into
HTML, attempting to do clever things like make hyperlinks out of
ALL-CAPS words in doc strings
* It's more than a little bit kludgey
-dan
--
http://www.cliki.net/ - Link farm for free CL-on-Unix resources
|