1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-03 13:31:23 +00:00

Fix command templates

This does fix the human readable syntax entries according to wiki issues #79 and #91.
This commit is contained in:
Roland Heyder 2022-06-13 02:15:25 +02:00
parent bfd12fc44f
commit e539497126

View file

@ -1084,7 +1084,7 @@ id.args = 2
id.arg = MKL$(LONGTYPE - ISPOINTER) + MKL$(LONGTYPE - ISPOINTER)
id.specialformat = "?[,?]"
id.ret = LONGTYPE - ISPOINTER
id.hr_syntax = "_COPYIMAGE[(imageHandle&[, mode])]"
id.hr_syntax = "_COPYIMAGE(imageHandle&[, mode])"
regid
'IMAGE SELECTION
@ -1873,7 +1873,7 @@ id.callname = "sub__sndrawdone"
id.args = 1
id.arg = MKL$(LONGTYPE - ISPOINTER)
id.specialformat = "[?]"
id.hr_syntax = "_SNDRAWDONE"
id.hr_syntax = "_SNDRAWDONE [pipeHandle&]"
regid
clearid
@ -1892,7 +1892,7 @@ id.args = 1
id.arg = MKL$(LONGTYPE - ISPOINTER)
id.specialformat = "[?]"
id.ret = DOUBLETYPE - ISPOINTER
id.hr_syntax = "_SNDRAWLEN"
id.hr_syntax = "_SNDRAWLEN [pipeHandle&]"
regid
clearid