expander: Use markdown for css tree

This commit is contained in:
Matthias Clasen 2021-02-27 19:46:46 -05:00 committed by Emmanuele Bassi
parent 71bad39f5a
commit 87c0363cd5

View File

@ -97,14 +97,14 @@
* *
* # CSS nodes * # CSS nodes
* *
* |[<!-- language="plain" --> * ```
* expander * expander
* box * box
* title * title
* arrow * arrow
* <label widget> * <label widget>
* <child> * <child>
* ]| * ```
* *
* `GtkExpander` has three CSS nodes, the main node with the name expander, * `GtkExpander` has three CSS nodes, the main node with the name expander,
* a subnode with name title and node below it with name arrow. The arrow of an * a subnode with name title and node below it with name arrow. The arrow of an
@ -112,7 +112,7 @@
* *
* # Accessibility * # Accessibility
* *
* `GtkExpander` uses the #GTK_ACCESSIBLE_ROLE_BUTTON role. * `GtkExpander` uses the %GTK_ACCESSIBLE_ROLE_BUTTON role.
*/ */
#include "config.h" #include "config.h"