mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-02-14 01:30:07 +00:00
t/sdl_test: Even more documentation
This commit is contained in:
parent
9b69099a65
commit
bf5107125a
src/xrt/targets/sdl_test
|
@ -121,6 +121,10 @@ struct sdl_program_plus;
|
|||
/*!
|
||||
* C base class for the SDL program.
|
||||
*
|
||||
* @implements xrt_instance
|
||||
* @implements xrt_device
|
||||
* @implements xrt_system_devices
|
||||
* @extends sdl_compositor
|
||||
* @ingroup sdl_test
|
||||
*/
|
||||
struct sdl_program
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2020-2022, Collabora, Ltd.
|
||||
// Copyright 2020-2023, Collabora, Ltd.
|
||||
// SPDX-License-Identifier: BSL-1.0
|
||||
/*!
|
||||
* @file
|
||||
|
@ -15,6 +15,12 @@
|
|||
|
||||
#include "sdl_internal.h"
|
||||
|
||||
/*!
|
||||
* C++ version of the @ref sdl_program struct, where you place C++ only things.
|
||||
*
|
||||
* @extends sdl_program
|
||||
* @ingroup sdl_test
|
||||
*/
|
||||
struct sdl_program_plus : sdl_program
|
||||
{
|
||||
// CPP only things
|
||||
|
|
Loading…
Reference in a new issue