What is Pelzini
From Docu Wiki
In the simplest form, Pelzini is a code documenter, like phpDocumentor or doxygen. The major difference between these documentation systems and Pelzini, is that Pelzini stores its documentation in a database, rather than generating the HTML files. This allows for many useful features, including search.
Pelzini is meant to be seen as a replacement for other documentation systems, rather than a clone of them. Pelzini uses the Javadoc comment style, but it may implement features differently. In most cases, Pelzini aims for compatibility with existing systems, so as to ease the transition for users.
Pelzini is designed to be able to work with many different programming languages and to output the data to many different databases. Currently support has only been coded for PHP and MySQL. In future versions of Pelzini additional languages and database engines will be added. There may also be support in the future for non-database formats such as XML, HTML or TeX. When it comes to development of Pelzini, the sky is the limit!

