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
*
* |[<!-- language="plain" -->
* ```
* expander
* box
* title
* arrow
* <label widget>
* <child>
* ]|
* ```
*
* `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
@ -112,7 +112,7 @@
*
* # Accessibility
*
* `GtkExpander` uses the #GTK_ACCESSIBLE_ROLE_BUTTON role.
* `GtkExpander` uses the %GTK_ACCESSIBLE_ROLE_BUTTON role.
*/
#include "config.h"