Sphinx domain for Common Lisp
Project description
CLDomain
CLDomain is a Common Lisp domain for Sphinx Documentation Generator. Sphinx is a mulit-language tool this project extends it’s functionality to cover Common Lisp. The aim is to support documentation with the same ease that a Python project.
Currently the project supports inspection based documentation of symbols.
CLDomain is licensed under the GPLv3. Please report any bugs in the GitHub Bug Tracker.
An example of the generated documentation is the cl-git project.
Changelog
Release 0.2 14//04/2013
link between generics and specializers.
ignore symbols in documentation if they are in the arg list.
better Quicklisp support.
handling of symbols that boarder on punctuation.
Release 0.1 UNRELEASED
initial prototype