t/sdl_test: Even more documentation

This commit is contained in:
Jakob Bornecrantz 2023-12-08 18:35:36 +00:00
parent 9b69099a65
commit bf5107125a
2 changed files with 11 additions and 1 deletions
src/xrt/targets/sdl_test

View file

@ -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

View file

@ -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