[gtk/ebassi/gidocgen] window: Use markdown for css tree



commit ed24362e6b84e0ac749a09d777c0232d3f0427d6
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Feb 27 20:07:49 2021 -0500

    window: Use markdown for css tree

 gtk/gtkwindow.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkwindow.c b/gtk/gtkwindow.c
index 6b019f59b1..9ab04b9ddf 100644
--- a/gtk/gtkwindow.c
+++ b/gtk/gtkwindow.c
@@ -114,11 +114,11 @@
  *
  * # CSS nodes
  *
- * |[<!-- language="plain" -->
+ * ```
  * window.background [.csd / .solid-csd / .ssd] [.maximized / .fullscreen / .tiled]
  * ├── <child>
  * ╰── <titlebar child>.titlebar [.default-decoration]
- * ]|
+ * ```
  *
  * `GtkWindow` has a main CSS node with name window and style class .background.
  *


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