mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-02-26 01:40:41 -05:00
doc: Add auto-generated Wayland Library chapter
For now only Wayland Client API is described on that chapter, which is extracted via doxygen on ./src/wayland-client.h. We apply a stylesheet (doxygen-to-publican) on doxygen output so it becomes docbook valid. Now all we need to do is populate that header while developing in order to grow a decent documentation. So please use it! Signed-off-by: Tiago Vignatti <tiago.vignatti@intel.com>
This commit is contained in:
parent
29c20e2eb6
commit
e2db4cf26f
8 changed files with 1863 additions and 5 deletions
9
doc/doxygen/Makefile.am
Normal file
9
doc/doxygen/Makefile.am
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
noinst_DATA = xml/index.xml
|
||||
dist_noinst_DATA = wayland.doxygen.in
|
||||
|
||||
xml/index.xml:
|
||||
doxygen wayland.doxygen
|
||||
|
||||
clean-local:
|
||||
rm -rf xml/
|
||||
1781
doc/doxygen/wayland.doxygen.in
Normal file
1781
doc/doxygen/wayland.doxygen.in
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue