From 4b9ff3cd42be427e478743648e9951bf8c189a04 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 24 Jun 2021 15:56:58 +1000 Subject: Cleanup: comment blocks, trailing space in comments --- source/blender/blenkernel/BKE_screen.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/blenkernel/BKE_screen.h') diff --git a/source/blender/blenkernel/BKE_screen.h b/source/blender/blenkernel/BKE_screen.h index 085851ba5e6..fed155626ed 100644 --- a/source/blender/blenkernel/BKE_screen.h +++ b/source/blender/blenkernel/BKE_screen.h @@ -62,7 +62,7 @@ struct wmWindow; struct wmWindowManager; /* spacetype has everything stored to get an editor working, it gets initialized via - * ED_spacetypes_init() in editors/space_api/spacetypes.c */ + * #ED_spacetypes_init() in `editors/space_api/spacetypes.c` */ /* an editor in Blender is a combined ScrArea + SpaceType + SpaceData */ #define BKE_ST_MAXNAME 64 @@ -206,7 +206,7 @@ typedef struct ARegionType { * performed. * * This callback is not called on indirect changes of the current viewport (which could happen - * when the `v2d->tot is changed and `cur` is adopted accordingly). */ + * when the `v2d->tot is changed and `cur` is adopted accordingly). */ void (*on_view2d_changed)(const struct bContext *C, struct ARegion *region); /* custom drawing callbacks */ -- cgit v1.2.3