This commit is contained in:
Robert Jelic
2025-02-09 18:13:25 +01:00
parent 6e4d5b1243
commit e20bd067e2

View File

@@ -1,10 +1,13 @@
project = "Basalt 2" project = "Basalt 2"
title = "Basalt documentation" title = "Basalt Documentation"
description = "A Basalt UI Framework Documentation" description = "A Basalt UI Framework Documentation"
format = "markdown" format = "markdown"
dir = "docs" dir = "docs"
file = "src" file = "src"
style = "!new" 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 sort = true
all = true all = true
backtick_references = false backtick_references = false