c/main: Improve docs for comp_compositor

This commit is contained in:
Rylie Pavlik 2023-12-08 12:48:15 -06:00
parent 8d393ad3fa
commit e85faec8d5

View file

@ -89,8 +89,14 @@ struct comp_frame
/*!
* Main compositor struct tying everything in the compositor together.
*
*
* This ultimately implements @ref xrt_compositor_native but does so by
* extending @ref comp_base. Yes, it looks like a little bit of "code reuse
* through inheritance," but it is useful here to avoid lots of boilerplate
* due to the use of C.
*
* @ingroup comp_main
* @implements xrt_compositor_native
* @extends comp_base
*/
struct comp_compositor
{