Commit Graph

9 Commits

Author SHA1 Message Date
Caleb Maclennan 42311877f0
fix: Fix builtin module doc's invalid syntax
These are kind of pseudo code, but there doesn't seem to be any reason
to use bogus Lua syntax either.
2020-10-02 01:06:18 +03:00
Caleb Maclennan f979400edb
chore: Add lint ignore overrides for warnings that get a pass
Mostly because refactoring these is hard, double negatives are much
harder to follow logic wise and there isn't much point in refactoring
these loops unless they need other work.
2020-10-02 01:06:18 +03:00
Caleb Maclennan 59b728ca20
style: Cleanup whitespace 2020-10-02 01:06:17 +03:00
Caleb Maclennan c780179897
style: Fix file encoding, dos→unix line endings 2020-10-02 01:06:17 +03:00
steve donovan 607b5cf4c6 globals _G and _VERSION are _tables_ 2016-08-21 11:18:28 +02:00
steve donovan 8a21d4405b fixing up built-in global definitions for 'ldoc -m global' 2016-06-26 19:22:58 +02:00
steve donovan 4fbb2aca79 update docs to Lua 5.2/5.3 2016-06-19 12:36:54 +02:00
steve donovan 5e87bcf400 serious .0 bug squashed! nocolon option to turn off colon-style detection. boilerplate option forces first comments to be ignored 2013-01-02 13:04:14 +02:00
steve donovan abd89a1ab8 builtin references are now .lua files for better LuaRocks integration 2012-03-19 15:04:16 +02:00