-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.ld
18 lines (18 loc) · 874 Bytes
/
config.ld
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
project = 'Penlight'
description = 'Penlight Lua Libraries 1.13.1'
full_description = 'Penlight is a set of pure Lua libraries for making it easier to work with common tasks like iterating over directories, reading configuration files and the like. Provides functional operations on tables and sequences. Visit the <a href="https://github.com/lunarmodules/Penlight">GitHub project</a> to review the code or file issues. Skip to the @{01-introduction.md|introduction}.'
title = 'Penlight Documentation'
dir = 'docs'
style = '!fixed'
template = true
use_markdown_titles = true
topics = 'docs_topics'
examples = {'./examples','./tests/test-data.lua'}
package = 'pl'
format = 'discount'
sort_modules=true
file = './lua/pl'
kind_names={topic='Manual',module='Libraries'}
tparam_alias('array','array')
tparam_alias('array2d','array')
alias('ret',{'return',modifiers={type="$1"}})