Cleanup: use C comments for descriptive text
Follow our code style guide by using C-comments for text descriptions.
This commit is contained in:
@@ -79,7 +79,7 @@ typedef struct RenderEngineType {
|
||||
struct RenderEngineType *next, *prev;
|
||||
|
||||
/* 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. */
|
||||
char name[64];
|
||||
int flag;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user