Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-02-23 | Makefile.am: no recursive makefiles | Max Kellermann | 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. | |||||
2009-02-13 | doc: generate API documentation with doxygen | Max Kellermann | 1 | -0/+1417 | |
When configured with --enable-documentation, use doxygen. |