57e2cc22d2
Demonstrates how to call/use the 'doxygen*' breathe directives. Make use of previous patches that tag symbols using 'ingroup' doxygen command. Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
14 lines
421 B
ReStructuredText
14 lines
421 B
ReStructuredText
Compositor
|
|
==========
|
|
|
|
:type:`weston_compositor` represents the core object of the library, which
|
|
aggregates all the other objects and maintains their state. You can create it
|
|
using :func:`weston_compositor_create`, while for destroying it and releasing all
|
|
the resources associated with it, you should use :func:`weston_compositor_destroy`.
|
|
|
|
Compositor API
|
|
--------------
|
|
|
|
.. doxygengroup:: compositor
|
|
:content-only:
|