[Bf-blender-cvs] [0b4e96f31eb] temp-clang-format: Cleanup: comment

Campbell Barton noreply at git.blender.org
Tue Apr 16 10:01:47 CEST 2019


Commit: 0b4e96f31eba42ae8164a2f681c7d7cfe62e9955
Author: Campbell Barton
Date:   Tue Apr 16 09:15:39 2019 +0200
Branches: temp-clang-format
https://developer.blender.org/rB0b4e96f31eba42ae8164a2f681c7d7cfe62e9955

Cleanup: comment

===================================================================

M	source/blender/blenkernel/intern/idcode.c

===================================================================

diff --git a/source/blender/blenkernel/intern/idcode.c b/source/blender/blenkernel/intern/idcode.c
index 515a28d7355..42864fa8350 100644
--- a/source/blender/blenkernel/intern/idcode.c
+++ b/source/blender/blenkernel/intern/idcode.c
@@ -44,8 +44,11 @@ typedef struct {
 #define IDTYPE_FLAGS_ISLINKABLE (1 << 0)
 } IDType;
 
-/* plural need to match rna_main.c's MainCollectionDef */
-/* WARNING! Keep it in sync with i18n contexts in BLT_translation.h */
+/**
+ * When editing enusre that:
+ * - Plural need to match rna_main.c's #MainCollectionDef.
+ * - Keep it in sync with i18n contexts in BLT_translation.h
+ */
 static IDType idtypes[] = {
 	/** ID's directly below must all be in #Main, and be kept in sync with #MAX_LIBARRAY (membership, not order) */
 	{ID_AC,   "Action",             "actions",         BLT_I18NCONTEXT_ID_ACTION,             IDTYPE_FLAGS_ISLINKABLE},



More information about the Bf-blender-cvs mailing list