aboutsummaryrefslogtreecommitdiffstats
path: root/doc/doxy-wrapper.sh
Commit message (Collapse)AuthorAgeFilesLines
* doc/doxy-wrapper: disable inserting headers and footersTimothy Gu2013-11-101-3/+0
| | | | | | | | The headers and footers are used to integrate Doxygen into Libav's website. Fixes the Libav-ish look when doing `make apidoc`. Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc: add apidoc target for doxygen API documentationJanne Grunau2012-11-021-0/+14
Documentation includes only the externally visible API of the installed headers. Based on a patch by Anton Khirnov <anton@khirnov.net>. Signed-off-by: Anton Khirnov <anton@khirnov.net>