aboutsummaryrefslogtreecommitdiff
path: root/config.ld
diff options
context:
space:
mode:
Diffstat (limited to 'config.ld')
-rw-r--r--config.ld16
1 files changed, 16 insertions, 0 deletions
diff --git a/config.ld b/config.ld
new file mode 100644
index 0000000..c13936d
--- /dev/null
+++ b/config.ld
@@ -0,0 +1,16 @@
1project='Lua-System'
2title='Lua-System docs'
3description='Platform independent system calls for Lua'
4
5format='markdown'
6use_markdown_titles = true
7style="./doc_topics/"
8
9file={'./src/', './system/'}
10topics={'./doc_topics/', './LICENSE.md', './CHANGELOG.md'}
11-- examples = {'./examples'}
12
13dir='docs'
14sort=true
15sort_modules=true
16all=false