diff --git a/scripts/build.app.c/TopSource.c b/scripts/build.app.c/TopSource.c index ddff3fb..debda3b 100644 --- a/scripts/build.app.c/TopSource.c +++ b/scripts/build.app.c/TopSource.c @@ -5,7 +5,7 @@ * http://www.gnu.org/copyleft/gpl.html for details. */ -// Below are all the includes used throughout the application. +/* Below are all the includes used throughout the application. */ /* options for text editors kate: @KATE_MODELINE@ diff --git a/scripts/build.firmware.sdcc/TopSource.c b/scripts/build.firmware.sdcc/TopSource.c index ddff3fb..debda3b 100644 --- a/scripts/build.firmware.sdcc/TopSource.c +++ b/scripts/build.firmware.sdcc/TopSource.c @@ -5,7 +5,7 @@ * http://www.gnu.org/copyleft/gpl.html for details. */ -// Below are all the includes used throughout the application. +/* Below are all the includes used throughout the application. */ /* options for text editors kate: @KATE_MODELINE@ diff --git a/scripts/build.lib.c/TopHeader.h b/scripts/build.lib.c/TopHeader.h index 347827c..18d1c02 100644 --- a/scripts/build.lib.c/TopHeader.h +++ b/scripts/build.lib.c/TopHeader.h @@ -8,7 +8,7 @@ #ifndef HEADER_@CNAME@ #define HEADER_@CNAME@ -// standard includes, or includes needed for type declarations +/* standard includes, or includes needed for type declarations */ /* options for text editors kate: @KATE_MODELINE@ diff --git a/scripts/build.lib.c/TopSource.c b/scripts/build.lib.c/TopSource.c index f38d644..32f6799 100644 --- a/scripts/build.lib.c/TopSource.c +++ b/scripts/build.lib.c/TopSource.c @@ -7,7 +7,7 @@ #include "@HEADER_NAME@" -// Below are all the includes used throughout the library. +/* Below are all the includes used throughout the library. */ /* options for text editors kate: @KATE_MODELINE@ diff --git a/scripts/build.tests.c/template b/scripts/build.tests.c/template index 9b55a2e..0a6c277 100644 --- a/scripts/build.tests.c/template +++ b/scripts/build.tests.c/template @@ -21,10 +21,10 @@ int main(int argc, char* argv[]) } if(argc == 1) { - // empty argument list + /* empty argument list */ } - // TODO + /* TODO */ return ret; }