X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=build%2Fluadoc%2Fluadoc%2Fdoclet%2Fraw.lua;fp=build%2Fluadoc%2Fluadoc%2Fdoclet%2Fraw.lua;h=1e880b8830cb9416fc37630a5754c26cf820ac64;hp=0000000000000000000000000000000000000000;hb=c669c01cea36ce09b64a53dc0e597d27411e9c88;hpb=e6e74b712fe6fd87cb19e89203e4ef45d7459458 diff --git a/build/luadoc/luadoc/doclet/raw.lua b/build/luadoc/luadoc/doclet/raw.lua new file mode 100644 index 000000000..1e880b883 --- /dev/null +++ b/build/luadoc/luadoc/doclet/raw.lua @@ -0,0 +1,12 @@ +----------------------------------------------------------------- +-- @release $Id: raw.lua,v 1.5 2007/04/18 14:28:39 tomas Exp $ +----------------------------------------------------------------- + +module "luadoc.doclet.raw" + +----------------------------------------------------------------- +-- Generate the output. +-- @param doc Table with the structured documentation. + +function start (doc) +end