[gtk/ebassi/gidocgen: 294/481] expander: Use markdown for css tree
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/ebassi/gidocgen: 294/481] expander: Use markdown for css tree
- Date: Sun, 7 Mar 2021 23:55:12 +0000 (UTC)
commit 0abe699065d26d3267cfa61ad36a4b05a8a00a0c
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]