17 lines
481 B
Plaintext
17 lines
481 B
Plaintext
project = "Basalt 2"
|
|
title = "Basalt Documentation"
|
|
description = "A Basalt UI Framework Documentation"
|
|
format = "markdown"
|
|
dir = "docs"
|
|
file = "src"
|
|
one = true -- Eine Datei pro Modul
|
|
not_luadoc = true -- Modernere Dokumentationsformat
|
|
merge = true -- Zusammengehörige Dokumentation zusammenführen
|
|
plain = true -- Keine HTML-Formatierung
|
|
sort = true
|
|
all = true
|
|
backtick_references = false
|
|
kind_names = {
|
|
topic = "Manual",
|
|
script = "Elements"
|
|
} |