Changed comments in Asuro.pas when generated
Changed the Asuro.pas comment to be the standard format in terms of Directory->File (no .pas) for PasDoc gen.
This commit is contained in:
parent
439d4ef8ac
commit
33cb042b8c
@ -25,7 +25,7 @@ compiledate=$(date +"%d/%m/%y")
|
|||||||
compiletime=$(date +"%T")
|
compiletime=$(date +"%T")
|
||||||
checksum=$(md5sum checksums.md5 | awk '{print $1}')
|
checksum=$(md5sum checksums.md5 | awk '{print $1}')
|
||||||
echo "{" > $outfile
|
echo "{" > $outfile
|
||||||
echo " asuro.pas - Constants generated during pipeline/compilation for use at runtime." >> $outfile
|
echo " Include->Asuro - Constants generated during pipeline/compilation for use at runtime." >> $outfile
|
||||||
echo " @author(Autogenerated)" >> $outfile
|
echo " @author(Autogenerated)" >> $outfile
|
||||||
echo "}" >> $outfile
|
echo "}" >> $outfile
|
||||||
echo "unit asuro;" >> $outfile
|
echo "unit asuro;" >> $outfile
|
||||||
|
Loading…
x
Reference in New Issue
Block a user