This commit is contained in:
Robert Jelic
2025-02-09 16:04:07 +01:00
parent ad6be37a99
commit 89a3365091
2 changed files with 1 additions and 10 deletions

View File

@@ -1,29 +1,19 @@
-- Projektname, erscheint in der Dokumentation als Titel
project = "Basalt2"
-- Der Haupttitel der Dokumentation
title = "Basalt2 Documentation"
-- Beschreibung des Projekts
description = "A powerful UI Framework for ComputerCraft"
-- Ausgabeverzeichnis für die generierte Dokumentation
dir = "docs"
-- Stil der Dokumentation (!pale, !minimal, etc.)
style = "!pale"
-- Ausgabeformat (markdown oder html)
format = "markdown"
-- Wo nach Lua-Dateien gesucht werden soll
file = "src"
-- Auch private Funktionen dokumentieren
all = true
-- Vorlagen für fehlende Dokumentation generieren
template = true
-- Quellcode in der Dokumentation anzeigen
pretty = true

View File

@@ -112,5 +112,6 @@ function basalt.run(isActive)
end
end
end
basalt.autoUpdate = basalt.run
return basalt