summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* ensure that all meson files are part of the release tarballMichael Olbrich2019-10-111-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* build: meson: build documentationVíctor Manuel Jáquez Leal2018-02-011-0/+49
|
* build: enable out-of-source buildingVíctor Manuel Jáquez Leal2018-02-011-1/+1
|
* build: clean generated documentationVíctor Manuel Jáquez Leal2018-02-011-1/+4
| | | | | | | Add to the clean target the removal of the generated documentation. Also use $(RM) for calling the command rm, which is a bit more portable.
* build: use condititional doc generationVíctor Manuel Jáquez Leal2018-02-011-2/+2
| | | | | | | | | Instead of using conditional compilation for generarte documentation, this patch will block parsing Makefile in doc subdirectory if the documentation is not enabled. This patch will make compilation a bit faster when documentation is not generated.
* doc: don't generate latexVíctor Manuel Jáquez Leal2018-02-011-1/+1
| | | | Since they are not handled by the install target
* doc: use Doxyfile templateVíctor Manuel Jáquez Leal2018-02-012-13/+18
| | | | | Instead of passing environment variables to the Doxygen process, Doxyfile will be autogenerated from Doxyfile.in template.
* Add documents for VP9/VP9/HEVC/JPEG/FEIPengfei Qu2018-01-031-0/+12
| | | | | | Fixes#163 Signed-off-by: Pengfei Qu <Pengfei.Qu@intel.com>
* doc: Remove log file from scriptSean V Kelley2017-01-291-1/+0
| | | | Signed-off-by: Sean V Kelley <seanvk@posteo.de>
* doc: update to doxy and new gh deploy scriptSean V Kelley2017-01-292-879/+1802
| | | | | | Fixes #15 Signed-off-by: Sean V Kelley <seanvk@posteo.de>
* doc: add Encoding, VPP and some of Core APIs.Gwenole Beauchesne2014-09-261-0/+3
| | | | Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* doc: improve Doxyfile configuration.Gwenole Beauchesne2014-09-261-2/+2
|
* doc: don't add timestamps in generated documentation.Gwenole Beauchesne2014-09-263-5/+10
|
* Fix the broken installXiang, Haihao2014-04-251-1/+8
| | | | | | | | | | | | | | install -d /usr/share/doc/libva/html install -m 0644 html-out/* /usr/share/doc/libva/html install: omitting directory `html-out/search' make[2]: *** [install-html-local] Error 1 make[2]: Leaving directory `/home/xhh/graphics/ex/vaapi/libva/doc' make[1]: *** [install-am] Error 2 make[1]: Leaving directory `/home/xhh/graphics/ex/vaapi/libva/doc' make: *** [install-recursive] Error 1 Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com> (cherry picked from commit ee948e105b97a03b60168b4e5aed3c64a14c37e6)
* doc: add Doxygen templates.Gwenole Beauchesne2011-11-032-0/+1731
Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>