18 lines
376 B
Plaintext
18 lines
376 B
Plaintext
project = 'Basalt2'
|
|
title = 'Basalt2 Documentation'
|
|
description = 'A powerful UI Framework for ComputerCraft'
|
|
format = 'markdown'
|
|
dir = 'docs'
|
|
file = {'src'}
|
|
style = '!pale'
|
|
sort = true
|
|
not_luadoc = true
|
|
all = true
|
|
no_space_before_args = true
|
|
wrap = true
|
|
custom_tags = {
|
|
{'event', 'Events'},
|
|
{'param', 'Parameters'},
|
|
{'return', 'Returns'},
|
|
{'usage', 'Usage'}
|
|
} |