summaryrefslogtreecommitdiffstats
path: root/doc/doxy-wrapper.sh
Commit message (Collapse)AuthorAgeFilesLines
* doc/doxy-wrapper.sh: autodetect versionAndreas Cadhalpun2015-02-021-0/+7
| | | | | Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* stop embedding the build dateAndreas Cadhalpun2015-02-021-0/+1
| | | | | | | Theis makes the build binary reproducible. Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc: make doxygen program configurableTimothy Gu2014-07-081-2/+3
| | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge commit 'b339182eba34f28de5f1a477cdd2c84f1ef35d90'Michael Niedermayer2014-02-171-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'b339182eba34f28de5f1a477cdd2c84f1ef35d90': Move all example programs to doc/examples Conflicts: configure doc/Makefile doc/doxy-wrapper.sh doc/examples/avcodec.c doc/examples/decoding_encoding.c doc/examples/metadata.c doc/examples/muxing.c doc/examples/transcode_aac.c libavcodec/Makefile libavcodec/api-example.c libavformat/Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Move all example programs to doc/examplesDiego Biurrun2014-02-161-1/+1
| | | | | | | | Also drop support for building examples in library directories.
* | doc/doxy-wrapper.sh: fix execute flagsMichael Niedermayer2014-02-151-0/+0
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '19d3127867f001d007f98bc8c5a85c5409abf788'Michael Niedermayer2014-02-141-0/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | * commit '19d3127867f001d007f98bc8c5a85c5409abf788': doxygen: Set EXAMPLE_PATH from within doxy-wrapper.sh Conflicts: doc/Doxyfile doc/doxy-wrapper.sh Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * doxygen: Set EXAMPLE_PATH from within doxy-wrapper.shDiego Biurrun2014-02-141-0/+1
| | | | | | | | This allows using the libav source path as the example path.
* | 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>
OpenPOWER on IntegriCloud