From 2abfcebb0eb7989e3d1e7d03f37ecf5c088210af Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 10 Oct 2020 18:19:55 +1100 Subject: Cleanup: use C comments for descriptive text Follow our code style guide by using C-comments for text descriptions. --- source/blender/blenkernel/BKE_addon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenkernel/BKE_addon.h') diff --git a/source/blender/blenkernel/BKE_addon.h b/source/blender/blenkernel/BKE_addon.h index 73e3f6e41dc..03d29d47a83 100644 --- a/source/blender/blenkernel/BKE_addon.h +++ b/source/blender/blenkernel/BKE_addon.h @@ -29,7 +29,7 @@ struct bAddon; #ifdef __RNA_TYPES_H__ typedef struct bAddonPrefType { /* type info */ - char idname[64]; // best keep the same size as BKE_ST_MAXNAME + char idname[64]; /* best keep the same size as #BKE_ST_MAXNAME */ /* RNA integration */ ExtensionRNA rna_ext; -- cgit v1.2.3