docs(style): output the style properties to style-props.rst (#5802)

This commit is contained in:
Gabor Kiss-Vamosi
2024-03-10 07:46:40 +01:00
committed by GitHub
parent 5971c33e45
commit 7a59cd15ec
9 changed files with 966 additions and 5268 deletions

View File

@@ -23,7 +23,7 @@ static const lv_fragment_class_t sample_cls = {
.constructor_cb = sample_fragment_ctor,
.create_obj_cb = sample_fragment_create_obj,
.instance_size = sizeof(struct sample_fragment_t),
};
};
void lv_example_fragment_1(void)
{