summaryrefslogtreecommitdiff
path: root/config.ld
blob: c13936d157319e69e4825ce1173d54e1f171d6a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
project='Lua-System'
title='Lua-System docs'
description='Platform independent system calls for Lua'

format='markdown'
use_markdown_titles = true
style="./doc_topics/"

file={'./src/', './system/'}
topics={'./doc_topics/', './LICENSE.md', './CHANGELOG.md'}
-- examples = {'./examples'}

dir='docs'
sort=true
sort_modules=true
all=false