CLDOC reads lisp source files and generates documentation using the selected output driver. It currently has an
HTML driver that generates XHTML 1.0 Strict. This HTML driver has some simple DWIM (Do What I Mean) capabilities using the doctree
string parser facilities.
This project has been mainly inspired by user-manual from Mark Kantrowitz, the CSS file Gilbert Baumann made for McCLIM documentation and of course by the JavaDoc tool from Sun.
Repository: https://github.com/danlentz/cldoc
License: LLGPL
Documentation Tool