c/multi: Improve docs/markup of multi_compositor.

This makes the xrt_compositor inheritance diagram in Doxygen complete.
This commit is contained in:
Rylie Pavlik 2023-12-08 11:42:23 -06:00
parent 1aa32e6f5f
commit 8d393ad3fa

View file

@ -89,7 +89,12 @@ struct multi_event
* A single compositor for feeding the layers from one session/app into
* the multi-client-capable system compositor.
*
* An instance (usually an IPC server instance) might have several of
* these at once, feeding layers to a single multi-client-capable system
* compositor.
*
* @ingroup comp_multi
* @implements xrt_compositor_native
*/
struct multi_compositor
{