switch: Use markdown for css tree

This commit is contained in:
Matthias Clasen 2021-02-27 20:06:39 -05:00 committed by Emmanuele Bassi
parent 9ab40d2899
commit 29f2e5f84e

View File

@ -38,12 +38,12 @@
*
* # CSS nodes
*
* |[<!-- language="plain" -->
* ```
* switch
* label
* label
* slider
* ]|
* ```
*
* `GtkSwitch` has four css nodes, the main node with the name switch and
* subnodes for the slider and the on and off labels. Neither of them is
@ -51,7 +51,7 @@
*
* # Accessibility
*
* `GtkSwitch` uses the #GTK_ACCESSIBLE_ROLE_SWITCH role.
* `GtkSwitch` uses the %GTK_ACCESSIBLE_ROLE_SWITCH role.
*/
#include "config.h"