comparison libadventure/adventure/trace_hud.h @ 147:b386d25832c8

doc: use new nomenclature, closes #2497
author David Demelier <markand@malikania.fr>
date Thu, 15 Oct 2020 09:21:04 +0200
parents 4eeeccf2b732
children
comparison
equal deleted inserted replaced
146:7d7ea7a9cf50 147:b386d25832c8
33 33
34 /** 34 /**
35 * \brief Trace HUD options. 35 * \brief Trace HUD options.
36 */ 36 */
37 struct trace_hud { 37 struct trace_hud {
38 struct theme *theme; /*!< (RW, ref, optional) Theme to use. */ 38 struct theme *theme; /*!< (+&?) Theme to use. */
39 unsigned int timeout; /*!< (RW) Timeout to remove messages. */ 39 unsigned int timeout; /*!< (+) Timeout to remove messages. */
40 }; 40 };
41 41
42 /** 42 /**
43 * Global trace HUD options. 43 * Global trace HUD options.
44 */ 44 */