Doc lines for vendor:*

This commit is contained in:
Jeroen van Rijn
2025-10-10 17:51:28 +02:00
parent 7e7b6ac0de
commit 998fbdc5c0
52 changed files with 125 additions and 105 deletions
+1
View File
@@ -1,3 +1,4 @@
// Bindings for [[ Lua 5.1 ; https://www.lua.org/manual/5.1/ ]].
package lua_5_1
import "base:intrinsics"
+1
View File
@@ -1,3 +1,4 @@
// Bindings for [[ Lua 5.2 ; https://www.lua.org/manual/5.2/ ]].
package lua_5_2
import "base:intrinsics"
+1
View File
@@ -1,3 +1,4 @@
// Bindings for [[ Lua 5.3 ; https://www.lua.org/manual/5.3/ ]].
package lua_5_3
import "base:intrinsics"
+1
View File
@@ -1,3 +1,4 @@
// Bindings for [[ Lua 5.4 ; https://www.lua.org/manual/5.4/ ]].
package lua_5_4
import "base:intrinsics"