mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-03 09:01:42 -05:00
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>
9 lines
135 B
Makefile
9 lines
135 B
Makefile
|
|
noinst_DATA = xml/index.xml
|
|
dist_noinst_DATA = wayland.doxygen.in
|
|
|
|
xml/index.xml:
|
|
doxygen wayland.doxygen
|
|
|
|
clean-local:
|
|
rm -rf xml/
|