mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-07-25 10:55:58 +00:00
gtk-doc: Document the docs
- configure output to easily see whether docs are built or not - small blurb in README Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
2d4438605e
commit
a90846adf5
6
README
6
README
@ -110,6 +110,11 @@ debugger/
|
|||||||
|
|
||||||
The debugger must be run as root: "sudo debugger/eudb"
|
The debugger must be run as root: "sudo debugger/eudb"
|
||||||
|
|
||||||
|
docs/
|
||||||
|
Thus far just contains the autogenerated intel-gpu-tools libraries
|
||||||
|
reference documenation in docs/reference/ You need to have the gtk doc
|
||||||
|
tools installed to generate this API documentation.
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
This is a non-exchaustive list of package dependencies required for
|
This is a non-exchaustive list of package dependencies required for
|
||||||
building everything:
|
building everything:
|
||||||
@ -121,3 +126,4 @@ DEPENDENCIES
|
|||||||
swig2.0
|
swig2.0
|
||||||
libpython3.3-dev
|
libpython3.3-dev
|
||||||
x11proto-dri2-dev
|
x11proto-dri2-dev
|
||||||
|
gtk-doc-tools
|
||||||
|
@ -235,5 +235,7 @@ echo " Debugger : ${enable_debugger}"
|
|||||||
echo " Python dumper : ${DUMPER}"
|
echo " Python dumper : ${DUMPER}"
|
||||||
echo " Overlay : X: ${enable_overlay_xlib}, Xv: ${enable_overlay_xvlib}"
|
echo " Overlay : X: ${enable_overlay_xlib}, Xv: ${enable_overlay_xvlib}"
|
||||||
echo ""
|
echo ""
|
||||||
|
echo " • API-Documentation : ${enable_gtk_doc}"
|
||||||
|
echo ""
|
||||||
|
|
||||||
# vim: set ft=config ts=8 sw=8 tw=0 noet :
|
# vim: set ft=config ts=8 sw=8 tw=0 noet :
|
||||||
|
Loading…
x
Reference in New Issue
Block a user