From 9f546d690899e05b25a6ef764cc8cf2f5db918b0 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 9 Dec 2021 20:01:45 +1100 Subject: Cleanup: move public doc-strings into headers for 'imbuf' Ref T92709 --- source/blender/imbuf/IMB_imbuf_types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/imbuf/IMB_imbuf_types.h') diff --git a/source/blender/imbuf/IMB_imbuf_types.h b/source/blender/imbuf/IMB_imbuf_types.h index 9697064b445..a083d4e360c 100644 --- a/source/blender/imbuf/IMB_imbuf_types.h +++ b/source/blender/imbuf/IMB_imbuf_types.h @@ -322,7 +322,7 @@ enum { # endif /* DDS_MAKEFOURCC */ /* - * FOURCC codes for DX compressed-texture pixel formats + * FOURCC codes for DX compressed-texture pixel formats. */ # define FOURCC_DDS (DDS_MAKEFOURCC('D', 'D', 'S', ' ')) @@ -337,7 +337,7 @@ extern const char *imb_ext_image[]; extern const char *imb_ext_movie[]; extern const char *imb_ext_audio[]; -/* image formats that can only be loaded via filepath */ +/** Image formats that can only be loaded via filepath. */ extern const char *imb_ext_image_filepath_only[]; /** -- cgit v1.2.3