[gtk/ebassi/gidocgen: 311/478] switch: Use markdown for css tree




commit 5e09f0f1a1ff377c2b35e34dd21d2dbd24b81587
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Feb 27 20:06:39 2021 -0500

    switch: Use markdown for css tree

 gtk/gtkswitch.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gtk/gtkswitch.c b/gtk/gtkswitch.c
index f2d3b92aa8..1c5916edd0 100644
--- a/gtk/gtkswitch.c
+++ b/gtk/gtkswitch.c
@@ -38,12 +38,12 @@
  *
  * # CSS nodes
  *
- * |[<!-- language="plain" -->
+ * ```
  * switch
  * ├── label
  * ├── label
  * ╰── slider
- * ]|
+ * ```
  *
  * `GtkSwitch` has four css nodes, the main node with the name switch and
  * subnodes for the slider and the on and off labels. Neither of them is
@@ -51,7 +51,7 @@
  *
  * # Accessibility
  *
- * `GtkSwitch` uses the #GTK_ACCESSIBLE_ROLE_SWITCH role.
+ * `GtkSwitch` uses the %GTK_ACCESSIBLE_ROLE_SWITCH role.
  */
 
 #include "config.h"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]