From: Holger Schemel Date: Tue, 23 Oct 2018 21:53:14 +0000 (+0200) Subject: changed comments from old to new style (auto-generated files) X-Git-Tag: 4.1.2.0~124 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=3ad2ec65771088b359a4fb2808f75df1c56455ce changed comments from old to new style (auto-generated files) --- diff --git a/build-scripts/create_element_defs.pl b/build-scripts/create_element_defs.pl index 2022b746..896d672f 100755 --- a/build-scripts/create_element_defs.pl +++ b/build-scripts/create_element_defs.pl @@ -243,12 +243,12 @@ sub print_file_header close FILE; print "\n"; - print "/* ----- $text_auto ----- */\n"; + print "// ------- $text_auto -------\n"; print "\n"; print "#ifndef $filename_def\n"; print "#define $filename_def\n"; print "\n"; - print "/* $comment */\n"; + print "// $comment\n"; print "\n"; } @@ -259,7 +259,7 @@ sub print_file_footer $filename_def =~ s/\./_/; print "\n"; - print "#endif /* $filename_def */\n"; + print "#endif // $filename_def\n"; } sub get_tabs