luadoc
Documentation generation library for the Lua language
Install
- All systems
-
curl cmd.cat/luadoc.sh
- Debian
-
apt-get install luadoc
- Ubuntu
-
apt-get install luadoc
- Kali Linux
-
apt-get install luadoc
- Fedora
-
dnf install luadoc
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install luadoc
- Raspbian
-
apt-get install luadoc
- Dockerfile
- dockerfile.run/luadoc
luadoc
Documentation generation library for the Lua language
LuaDoc is a documentation generator tool for Lua source code. It parses the declarations and documentation comments in a set of Lua source files and produces a set of XHTML pages describing the commented declarations and functions. This package contains the luadoc library for Lua. For the command line utility, install the luadoc package.