Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

This is the source of truth for Mudlet lua code (mudlet-lua folder).

Project structure:

mudlet-lua/
    lua/                  all Lua code
        luadoc/           LuaDoc extensions (this code is not loaded by Mudlet)
        LuaGlobal.lua     loader for all Lua code used by Mudlet

    tests/                unit tests for mudlet-lua 
    mudlet-lua-doc/       generated documentation (depreciated)

    CONTRIBS
    genDoc.sh             script for generation documentation
    luadoc-guide.txt      guide with basic LuaDoc conventions
    README
    TODO

Current unit tests status: Build Status