[gtk/ebassi/gidocgen: 306/483] popover: Use markdown for css tree




commit 8af14795a4dd66e3d9497d6404fa572ebfa330f6
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Feb 27 20:04:02 2021 -0500

    popover: Use markdown for css tree

 gtk/gtkpopover.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gtk/gtkpopover.c b/gtk/gtkpopover.c
index a0c9752707..5c1953ddaf 100644
--- a/gtk/gtkpopover.c
+++ b/gtk/gtkpopover.c
@@ -46,7 +46,7 @@
  * is to use the [class@Gtk.PopoverMenu] subclass which supports being
  * populated from a `GMenuModel` with [ctor@Gtk.PopoverMenu.new_from_model].
  *
- * ```c
+ * ```xml
  * <section>
  *   <attribute name="display-hint">horizontal-buttons</attribute>
  *   <item>
@@ -69,12 +69,12 @@
  *
  * # CSS nodes
  *
- * |[<!-- language="plain" -->
+ * ```
  * popover[.menu]
  * ├── arrow
  * ╰── contents.background
  *     ╰── <child>
- * ]|
+ * ```
  *
  * The contents child node always gets the .background style class
  * and the popover itself gets the .menu style class if the popover


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