aboutsummaryrefslogtreecommitdiffstats
path: root/doc/doxygen.conf (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Makefile.am: fix out-of-tree doxygen callMax Kellermann2010-07-251-1/+1
| | | | | This hack creates a copy of doc/doxygen.conf with the INPUT setting replaced.
* Makefile.am: no recursive makefilesMax Kellermann2009-02-231-2/+2
| | | | | | Recursive Makefiles are inefficient and error prone (no proper way to declare dependencies). Since there's no disadvantage in having one single Makefile, let's do it.
* doc: generate API documentation with doxygenMax Kellermann2009-02-131-0/+1417
When configured with --enable-documentation, use doxygen.