Test
This commit is contained in:
10
config.ld
10
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
|
||||
|
||||
@@ -112,5 +112,6 @@ function basalt.run(isActive)
|
||||
end
|
||||
end
|
||||
end
|
||||
basalt.autoUpdate = basalt.run
|
||||
|
||||
return basalt
|
||||
Reference in New Issue
Block a user