diff options
Diffstat (limited to 'config.ld')
-rw-r--r-- | config.ld | 16 |
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 @@ | |||
1 | project='Lua-System' | ||
2 | title='Lua-System docs' | ||
3 | description='Platform independent system calls for Lua' | ||
4 | |||
5 | format='markdown' | ||
6 | use_markdown_titles = true | ||
7 | style="./doc_topics/" | ||
8 | |||
9 | file={'./src/', './system/'} | ||
10 | topics={'./doc_topics/', './LICENSE.md', './CHANGELOG.md'} | ||
11 | -- examples = {'./examples'} | ||
12 | |||
13 | dir='docs' | ||
14 | sort=true | ||
15 | sort_modules=true | ||
16 | all=false | ||