weston/doc/sphinx
Leandro Ribeiro ca640d5120 libweston: fold weston_compositor_tear_down() into weston_compositor_destroy()
The only reason why we have both weston_compositor_tear_down() and
weston_compositor_destroy() is that the only we had to destroy
the log context was keeping weston_compositor alive and calling
weston_log_ctx_compositor_destroy().

After commit "weston-log: replace weston_log_ctx_compositor_destroy()
by weston_log_ctx_destroy()", it's not necessary to keep a zombie
weston_compositor just to be able to call
weston_log_ctx_compositor_destroy().

Fold weston_compositor_tear_down() into weston_compositor_destroy(),
as this split is useless now.

Signed-off-by: Leandro Ribeiro <leandrohr@riseup.net>
2020-01-29 12:15:16 -03:00
..
toc libweston: fold weston_compositor_tear_down() into weston_compositor_destroy() 2020-01-29 12:15:16 -03:00
conf.py.in doc: output management sequence diagrams 2020-01-27 12:14:14 +00:00
doxygen.ini.in doc: Remove clang-parsing definitions 2019-06-26 12:27:14 +01:00
index.rst build: Add sphinx/breathe support for generating documentation 2019-06-25 14:05:54 +00:00
meson.build doc/sphinx: No need for doxygen custom target 2019-07-01 12:20:30 +00:00
run_doxygen_sphinx.sh.in doc/sphinx: Force sphinx to re-build everything as to avoid stale docs 2019-06-28 13:39:11 +03:00