[gtk/ebassi/gidocgen: 331/501] scrollbar: Use markdown for css tree




commit 4762bcf7084d65e3a0f473c5f1e7b7da0921e755
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Feb 27 20:05:28 2021 -0500

    scrollbar: Use markdown for css tree

 gtk/gtkscrollbar.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkscrollbar.c b/gtk/gtkscrollbar.c
index a5c15ce90b..e52b96aeee 100644
--- a/gtk/gtkscrollbar.c
+++ b/gtk/gtkscrollbar.c
@@ -62,12 +62,12 @@
  *
  * # CSS nodes
  *
- * |[<!-- language="plain" -->
+ * ```
  * scrollbar
  * ╰── range[.fine-tune]
  *     ╰── trough
  *         ╰── slider
- * ]|
+ * ```
  *
  * `GtkScrollbar` has a main CSS node with name scrollbar and a subnode for its
  * contents. The main node gets the .horizontal or .vertical style classes applied,


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