aboutsummaryrefslogtreecommitdiffhomepage
path: root/config.ld
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2024-05-01 16:00:28 +0300
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2024-05-01 16:00:28 +0300
commit14af7754cfc5de913d5774a43ebf3f1653209814 (patch)
tree56361822c039e2629ed4e586065a935c804c1cdf /config.ld
parent76f3fb4567f26372c14087dfac7d95032815fe37 (diff)
downloadapplause2-14af7754cfc5de913d5774a43ebf3f1653209814.tar.gz
format tables in LDoc via HTML instead of Markdown
* this is unreliable but should be tested on the build server as well * drops the lua-discount dependency * updated TODO
Diffstat (limited to 'config.ld')
-rw-r--r--config.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.ld b/config.ld
index cbee1b4..bf90ac1 100644
--- a/config.ld
+++ b/config.ld
@@ -3,7 +3,7 @@
project = "Applause"
description = "LuaJIT-based real-time synthesizer, based on a stream algebra"
-format = "discount"
+format = "markdown"
readme = "README.md"
examples = "examples/"