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 *
* horizontal-buttons * @@ -69,12 +69,12 @@ * * # CSS nodes * - * |[ + * ``` * popover[.menu] * ├── arrow * ╰── contents.background * ╰── - * ]| + * ``` * * The contents child node always gets the .background style class * and the popover itself gets the .menu style class if the popover