diff 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
line wrap: on
line diff
--- a/libadventure/adventure/trace_hud.h	Wed Oct 14 18:20:58 2020 +0200
+++ b/libadventure/adventure/trace_hud.h	Thu Oct 15 09:21:04 2020 +0200
@@ -35,8 +35,8 @@
  * \brief Trace HUD options.
  */
 struct trace_hud {
-	struct theme *theme;	/*!< (RW, ref, optional) Theme to use. */
-	unsigned int timeout;   /*!< (RW) Timeout to remove messages. */
+	struct theme *theme;	/*!< (+&?) Theme to use. */
+	unsigned int timeout;   /*!< (+) Timeout to remove messages. */
 };
 
 /**