Declt 1.1 "Jean-Luc Picard" is out

As promised last week, I’ve just released a new version of Declt , my reference manual generator for Common Lisp Libraries. This new version is now able to document Clon again (the documentation of which has been updated on the website).
New in this release:
- Declt now properly handles and documents complex system and component
dependencies, such as
:feature
:require
and:version
statements, - Declt also documents a system’s
:if-feature
if any.
But the most important addition is the ability to document several ASDF
systems in the same reference manual. More precisely, Declt now documents not
only the main system but also all its subsystems. A subsystem is defined as a
system on which the main one depends on in any way, and which is also part of
the same distribution (under the same directory tree). Declt also understands
multiple system definitions from the same .asd
file.