[gtk/ebassi/gidocgen: 284/471] expander: Use markdown for css tree




commit ac06fdfefd9e3194dbe7db3fad09c365654bacaa
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Feb 27 19:46:46 2021 -0500

    expander: Use markdown for css tree

 gtk/gtkexpander.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gtk/gtkexpander.c b/gtk/gtkexpander.c
index b7513a54ad..3975d8231b 100644
--- a/gtk/gtkexpander.c
+++ b/gtk/gtkexpander.c
@@ -97,14 +97,14 @@
  *
  * # CSS nodes
  *
- * |[<!-- language="plain" -->
+ * ```
  * expander
  * ╰── box
  *     ├── title
  *     │   ├── arrow
  *     │   ╰── <label widget>
  *     ╰── <child>
- * ]|
+ * ```
  *
  * `GtkExpander` has three CSS nodes, the main node with the name expander,
  * a subnode with name title and node below it with name arrow. The arrow of an
@@ -112,7 +112,7 @@
  *
  * # Accessibility
  *
- * `GtkExpander` uses the #GTK_ACCESSIBLE_ROLE_BUTTON role.
+ * `GtkExpander` uses the %GTK_ACCESSIBLE_ROLE_BUTTON role.
  */
 
 #include "config.h"


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