diff libcore/core/font.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 28d9bb62fcb1
children 2252f9efac9a
line wrap: on
line diff
--- a/libcore/core/font.h	Wed Oct 14 18:20:58 2020 +0200
+++ b/libcore/core/font.h	Thu Oct 15 09:21:04 2020 +0200
@@ -42,9 +42,9 @@
  * \brief Font object.
  */
 struct font {
-	enum font_style style;          /*!< (RW) Style for rendering. */
-	unsigned long color;            /*!< (RW) Color for rendering. */
-	void *handle;                   /*!< (PV) Native handle. */
+	enum font_style style;          /*!< (+) Style for rendering. */
+	unsigned long color;            /*!< (+) Color for rendering. */
+	void *handle;                   /*!< (*) Native handle. */
 };
 
 /**