From 876092399f8cf0b11d2cfba101496ee048a8c1e7 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Fri, 3 Jul 2015 15:14:50 +0100 Subject: Very beginnings of ldoc support --- .gitignore | 1 + Makefile | 4 ++++ config.ld | 6 ++++++ 3 files changed, 11 insertions(+) create mode 100644 config.ld diff --git a/.gitignore b/.gitignore index fbfaa1b..0bfe740 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ luacov.stats.out luacov.report.out wrapper testwrapper +html/ diff --git a/Makefile b/Makefile index b72df8e..1b0ae76 100644 --- a/Makefile +++ b/Makefile @@ -100,3 +100,7 @@ test: build testwrapper .PHONY: interactive interactive: build $(LUA) -e'lace=require"supple"' -i + +doc: + @ldoc . + diff --git a/config.ld b/config.ld new file mode 100644 index 0000000..f71e633 --- /dev/null +++ b/config.ld @@ -0,0 +1,6 @@ +file = {"lib"} +readme = "README" +format = "lua-markdown" +project = "Sandbox (for) Untrusted Procedure Partitioning (in Lua) Engine" +title = "Supple - " .. project +dir = "html" -- cgit v1.2.1