I’ve just released a new version of Declt , my reference manual generator for Common Lisp Libraries. This version underwent a major internals overhaul, required by some of the new features described below:
Oct 23, 2012
I’ve just released a new version of Declt , my reference manual generator for Common Lisp Libraries. This release containts some improvements based on Sabra Crolleton’s feedback. The most notable improvements are support for two new license types (MIT and LGPL), a new :declt-notice keyword argument that gives you control on the “automatically generated by Declt” notice that appears in the reference manuals, and a bug fix (missing support for empty lists in lambda-lists).
Sep 25, 2012
I’ve just released a new version of Declt , my reference manual generator for Common Lisp Libraries. This release includes some uninteresting internals update, plus an important bug fix: there were two calls to find-method missing an errorp flag set to nil, leading to Declt throwing an error where it shouldn’t have.
Jun 4, 2012
I’ve just released the next version of Declt , my reference manual generator for Common Lisp Libraries. This release includes some fixes for the Info format target but most notably, support for documenting (generic) writer functions and methods. When it makes sense, the documentations for func and (setf func) are grouped together. Getting closer to an official 1.0 stable version…
Jun 29, 2011
I’ve just released a new version of Declt , my Texinfo reference manual generator for Common Lisp Libraries. This release contains only one bugfix: when trying to create links to source files, Declt now checks whether the files actually exist or not.
May 31, 2011
The next edition of Declt , the Documentation Extractor from Common Lisp to Texinfo, is out. In this release: Bugfix: rendering the documentation for methods with EQL specializers didn’t work. Feature: licensing and copyrighting the reference manual is now optional. Licenses currently supported are BSD and GPL. Declt now generates its own reference manual by default. Some package infrastructure changes that should remain transparent.
Feb 23, 2011
I’m happy to announce the first public release of Declt , the “Documentation Extractor from Common Lisp to Texinfo”. Declt (pronounce “dec’let”) is a reference manual generator for Common Lisp libraries. It extracts and formats documentation from ASDF systems, including the system itself and its components, the packages defined in the system and definitions like constants, special variables, macros, functions, generic functions and methods, conditions, structures and classes.
Sep 21, 2010
Automatic documentation for Common Lisp libraries
Aug 23, 2010