[gtk/ebassi/gidocgen: 307/478] searchbar: Use markdown for css tree




commit 8fcf7d0a861391f37dda7dfcab964889a9d96fda
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Feb 27 20:05:44 2021 -0500

    searchbar: Use markdown for css tree

 gtk/gtksearchbar.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtksearchbar.c b/gtk/gtksearchbar.c
index 7c0a429798..5de0c00f01 100644
--- a/gtk/gtksearchbar.c
+++ b/gtk/gtksearchbar.c
@@ -73,13 +73,13 @@
  *
  * # CSS nodes
  *
- * |[<!-- language="plain" -->
+ * ```
  * searchbar
  * ╰── revealer
  *     ╰── box
  *          ├── [child]
  *          ╰── [button.close]
- * ]|
+ * ```
  *
  * `GtkSearchBar` has a main CSS node with name searchbar. It has a child
  * node with name revealer that contains a node with name box. The box node


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