diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-05-01 16:00:28 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-05-01 16:00:28 +0300 |
commit | 14af7754cfc5de913d5774a43ebf3f1653209814 (patch) | |
tree | 56361822c039e2629ed4e586065a935c804c1cdf /config.ld | |
parent | 76f3fb4567f26372c14087dfac7d95032815fe37 (diff) | |
download | applause2-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.ld | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/" |