|
Project Information
Featured
|
LeandocLeandoc is a small documentation generator. Unlike other generators like Doxygen or epydoc, it is designed with simplicity in mind. While the others generate dozens of files, a complex directory hierarchy and an untold number of support files, leandoc parses the files through the command line printing one single file to stdout. Features: - easy to use
- extremely fast and small
- perfect for small projects
- generates valid XHTML 1.1 code
Easy to useTo generate the documentation for leandoc, I use the following command: leandoc .c .h -n > doc.xml
|