[gtk/ebassi/gidocgen: 285/478] combobox: Use markdown for css tree
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/ebassi/gidocgen: 285/478] combobox: Use markdown for css tree
- Date: Fri, 5 Mar 2021 23:02:38 +0000 (UTC)
commit 84471837d9e11d84ef962b2b849e1fdc1f756444
Author: Matthias Clasen <mclasen redhat com>
Date: Sat Feb 27 19:45:23 2021 -0500
combobox: Use markdown for css tree
gtk/gtkcombobox.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/gtk/gtkcombobox.c b/gtk/gtkcombobox.c
index d13474708a..177bd4bcd7 100644
--- a/gtk/gtkcombobox.c
+++ b/gtk/gtkcombobox.c
@@ -74,7 +74,7 @@
*
* ## CSS nodes
*
- * |[<!-- language="plain" -->
+ * ```
* combobox
* ├── box.linked
* │ ╰── button.combo
@@ -82,13 +82,13 @@
* │ ├── cellview
* │ ╰── arrow
* ╰── window.popup
- * ]|
+ * ```
*
* A normal combobox contains a box with the .linked class, a button
* with the .combo class and inside those buttons, there are a cellview and
* an arrow.
*
- * |[<!-- language="plain" -->
+ * ```
* combobox
* ├── box.linked
* │ ├── entry.combo
@@ -96,7 +96,7 @@
* │ ╰── box
* │ ╰── arrow
* ╰── window.popup
- * ]|
+ * ```
*
* A `GtkComboBox` with an entry has a single CSS node with name combobox.
* It contains a box with the .linked class. That box contains an entry and
@@ -105,7 +105,7 @@
*
* # Accessibility
*
- * `GtkComboBox` uses the #GTK_ACCESSIBLE_ROLE_COMBO_BOX role.
+ * `GtkComboBox` uses the %GTK_ACCESSIBLE_ROLE_COMBO_BOX role.
*/
typedef struct
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]