Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Makefile.am: fix out-of-tree doxygen call | Max Kellermann | 2010-07-25 | 1 | -1/+1 |
| | | | | | This hack creates a copy of doc/doxygen.conf with the INPUT setting replaced. | ||||
* | Makefile.am: no recursive makefiles | Max Kellermann | 2009-02-23 | 1 | -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 doxygen | Max Kellermann | 2009-02-13 | 1 | -0/+1417 |
When configured with --enable-documentation, use doxygen. |