11 lines
329 B
Plaintext
11 lines
329 B
Plaintext
project = 'Basalt 2'
|
|
title = 'Basalt Documentation'
|
|
description = 'A UI Framework for ComputerCraft'
|
|
file = 'src' -- Einzelner String statt Table
|
|
dir = 'out' -- Ausgabeverzeichnis
|
|
format = 'markdown'
|
|
ext = '.md' -- Explizite Dateierweiterung
|
|
all = true
|
|
not_luadoc = true
|
|
style = true
|
|
template = true |