summaryrefslogtreecommitdiffstats
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 <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* 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 <[email protected]>. Signed-off-by: Anton Khirnov <[email protected]>