ldoc
LuaDoc-compatible documentation generation system
Install
- All systems
-
curl cmd.cat/ldoc.sh
- Debian
-
apt-get install lua-ldoc
- Ubuntu
-
apt-get install lua-ldoc
- Alpine
-
apk add ldoc
- Arch Linux
-
pacman -S ldoc
- Kali Linux
-
apt-get install lua-ldoc
- Fedora
-
dnf install lua-ldoc
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install lua-ldoc
- Raspbian
-
apt-get install lua-ldoc
- Dockerfile
- dockerfile.run/ldoc
- Docker
-
docker run cmd.cat/ldoc ldoc
powered by Commando
lua-ldoc
LuaDoc-compatible documentation generation system
LDoc is a LuaDoc-compatible documentation generation system for Lua source code. It parses the declaration and documentation comments in a set of Lua source files and produces a set of XHTML pages describing the commented declarations and functions.