diff --git a/config.ld b/config.ld index 659b047..4e8c6b8 100644 --- a/config.ld +++ b/config.ld @@ -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 diff --git a/src/main.lua b/src/main.lua index 6574f2c..e720a9f 100644 --- a/src/main.lua +++ b/src/main.lua @@ -112,5 +112,6 @@ function basalt.run(isActive) end end end +basalt.autoUpdate = basalt.run return basalt \ No newline at end of file