build: add modified luadoc for use with LuCI sources
authorJo-Philipp Wich <jow@openwrt.org>
Wed, 28 Jan 2015 21:27:46 +0000 (22:27 +0100)
committerJo-Philipp Wich <jow@openwrt.org>
Wed, 28 Jan 2015 21:28:04 +0000 (22:28 +0100)
commitc669c01cea36ce09b64a53dc0e597d27411e9c88
treef17a7dc0ba0646743fb760204b9fa925e9efa451
parente6e74b712fe6fd87cb19e89203e4ef45d7459458
build: add modified luadoc for use with LuCI sources

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
20 files changed:
build/luadoc/doc.lua [new file with mode: 0755]
build/luadoc/luadoc/config.lua [new file with mode: 0644]
build/luadoc/luadoc/doclet/debug.lua [new file with mode: 0644]
build/luadoc/luadoc/doclet/formatter.lua [new file with mode: 0644]
build/luadoc/luadoc/doclet/html.lua [new file with mode: 0644]
build/luadoc/luadoc/doclet/html/constant.lp [new file with mode: 0644]
build/luadoc/luadoc/doclet/html/file.lp [new file with mode: 0644]
build/luadoc/luadoc/doclet/html/function.lp [new file with mode: 0644]
build/luadoc/luadoc/doclet/html/index.lp [new file with mode: 0644]
build/luadoc/luadoc/doclet/html/luadoc.css [new file with mode: 0644]
build/luadoc/luadoc/doclet/html/menu.lp [new file with mode: 0644]
build/luadoc/luadoc/doclet/html/module.lp [new file with mode: 0644]
build/luadoc/luadoc/doclet/html/table.lp [new file with mode: 0644]
build/luadoc/luadoc/doclet/raw.lua [new file with mode: 0644]
build/luadoc/luadoc/init.lua [new file with mode: 0644]
build/luadoc/luadoc/lp.lua [new file with mode: 0644]
build/luadoc/luadoc/taglet/standard.lua [new file with mode: 0644]
build/luadoc/luadoc/taglet/standard/tags.lua [new file with mode: 0644]
build/luadoc/luadoc/util.lua [new file with mode: 0644]
build/makedocs.sh