[gtk/ebassi/gidocgen: 330/500] switch: Use markdown for css tree
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/ebassi/gidocgen: 330/500] switch: Use markdown for css tree
- Date: Thu, 11 Mar 2021 16:48:13 +0000 (UTC)
commit 29f2e5f84eaa534e0086fa0404dfe8a713e8bc63
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]