wlr_scene: Add 'struct' to comment in wlr_scene_create() to permit auto-linkify.

This commit is contained in:
Philipp Kaeser 2024-08-04 11:57:27 +02:00
parent 42df9414fb
commit d400b4587a

View file

@ -307,8 +307,8 @@ struct wlr_scene_node *wlr_scene_node_at(struct wlr_scene_node *node,
/** /**
* Create a new scene-graph. * Create a new scene-graph.
* *
* The graph is also a wlr_scene_node. Associated resources can be destroyed * The graph is also a struct wlr_scene_node. Associated resources can be
* through wlr_scene_node_destroy(). * destroyed through wlr_scene_node_destroy().
*/ */
struct wlr_scene *wlr_scene_create(void); struct wlr_scene *wlr_scene_create(void);