From 1c7e1bcc28b9b1948c697cde1c37311e829cd93f Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Thu, 8 Aug 2024 09:14:48 +0200 Subject: [PATCH] scene: use numbers instead of stars for doc refs I find these slightly more readable (because the whole comment has a stars column on the left side). --- include/wlr/types/wlr_scene.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/include/wlr/types/wlr_scene.h b/include/wlr/types/wlr_scene.h index c96fbf57..8aa618d3 100644 --- a/include/wlr/types/wlr_scene.h +++ b/include/wlr/types/wlr_scene.h @@ -348,15 +348,15 @@ struct wlr_scene_tree *wlr_scene_tree_create(struct wlr_scene_tree *parent); * - zwp_linux_dmabuf_v1 presentation feedback with wlr_scene_set_linux_dmabuf_v1() * * This helper will also transparently: - * - Send preferred buffer scale* - * - Send preferred buffer transform* - * - Restack xwayland surfaces. See wlr_xwayland_surface_restack()** + * - Send preferred buffer scale¹ + * - Send preferred buffer transform¹ + * - Restack xwayland surfaces. See wlr_xwayland_surface_restack()² * - Send output enter/leave events. * - * * Note that scale and transform sent to the surface will be based on the output + * ¹ Note that scale and transform sent to the surface will be based on the output * which has the largest visible surface area. Intelligent visibility calculations * influence this. - * ** xwayland stacking order is undefined when the xwayland surfaces do not + * ² xwayland stacking order is undefined when the xwayland surfaces do not * intersect. */ struct wlr_scene_surface *wlr_scene_surface_create(struct wlr_scene_tree *parent,