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:
Tiago Vignatti 2012-10-11 17:42:09 +03:00 committed by Kristian Høgsberg
parent 29c20e2eb6
commit e2db4cf26f
8 changed files with 1863 additions and 5 deletions

9
doc/doxygen/Makefile.am Normal file
View 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/

File diff suppressed because it is too large Load diff