The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

c/main: Improve docs for comp_compositor

+7 -1
+7 -1
src/xrt/compositor/main/comp_compositor.h
··· 89 89 /*! 90 90 * Main compositor struct tying everything in the compositor together. 91 91 * 92 + * 93 + * This ultimately implements @ref xrt_compositor_native but does so by 94 + * extending @ref comp_base. Yes, it looks like a little bit of "code reuse 95 + * through inheritance," but it is useful here to avoid lots of boilerplate 96 + * due to the use of C. 97 + * 92 98 * @ingroup comp_main 93 - * @implements xrt_compositor_native 99 + * @extends comp_base 94 100 */ 95 101 struct comp_compositor 96 102 {