i'm trying to generate documentation for my lua
project
i have my lua
installation folder and within it i have luafilesystem
and lualogging
but when i try to generate doc using luadoc-start.bat
i get an error saying lfs
module not found
i think lfs
means luafilesystem
so my question is how to install and configure the dependency for luadoc
tool?
i'm using this tool as this post saying How to use LuaDoc with LuaForWindows
i wonder if this is the right way or not ?
and i see installation instruction from manual but it's look ambiguous for me
thanks