projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12a8fd3
)
changed comments from old to new style (auto-generated files)
author
Holger Schemel
<info@artsoft.org>
Tue, 23 Oct 2018 21:53:14 +0000
(23:53 +0200)
committer
Holger Schemel
<info@artsoft.org>
Tue, 23 Oct 2018 21:54:45 +0000
(23:54 +0200)
build-scripts/create_element_defs.pl
patch
|
blob
|
history
diff --git
a/build-scripts/create_element_defs.pl
b/build-scripts/create_element_defs.pl
index 2022b746eae8cb55929fbe4c5dab238030be18ec..896d672f4a859924f2f1c74dac8558e6d0457060 100755
(executable)
--- 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