LuaDox v1.1.0
- Support automatic discovery of
require()
d files when the path does not align to the Lua module name by allowing a user-definable per-path module name in the formmodname=file.lua
ormodname=directory/
- Minor performance improvement
require()
d files when the path does not align to the Lua module name by allowing a user-definable per-path module name in the form modname=file.lua
or modname=directory/