From 3e2017491ae62ed1b6436484b227ef7542f599aa Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 19 May 2022 10:02:52 +1000 Subject: Cleanup: spelling in comments & move doc-strings to headers --- source/blender/makesdna/intern/makesdna.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source/blender/makesdna') diff --git a/source/blender/makesdna/intern/makesdna.c b/source/blender/makesdna/intern/makesdna.c index 07f15c4fa28..806513009be 100644 --- a/source/blender/makesdna/intern/makesdna.c +++ b/source/blender/makesdna/intern/makesdna.c @@ -43,11 +43,11 @@ #define SDNA_MAX_FILENAME_LENGTH 255 -/* The include file below is automatically generated from the SRC_DNA_INC -+ * variable in 'source/blender/CMakeLists.txt'. */ +/* The include file below is automatically generated from the `SRC_DNA_INC` + * variable in 'source/blender/CMakeLists.txt'. */ static const char *includefiles[] = { #include "dna_includes_as_strings.h" - /* empty string to indicate end of includefiles */ + /* Empty string to indicate end of include files. */ "", }; @@ -1536,7 +1536,7 @@ int main(int argc, char **argv) # pragma GCC poison long #endif -/* The include file below is automatically generated from the SRC_DNA_INC +/* The include file below is automatically generated from the `SRC_DNA_INC` * variable in 'source/blender/CMakeLists.txt'. */ #include "dna_includes_all.h" -- cgit v1.2.3