[gtk/ebassi/gidocgen: 291/478] expander: Use markdown for css tree
- From: Emmanuele Bassi <ebassi src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [gtk/ebassi/gidocgen: 291/478] expander: Use markdown for css tree
 
- Date: Fri,  5 Mar 2021 23:02:38 +0000 (UTC)
 
commit c8b9b4cdd06d892405c229309bbcbcdc0ddbaf7c
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]