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"
|
project = "Basalt2"
|
||||||
|
|
||||||
-- Der Haupttitel der Dokumentation
|
|
||||||
title = "Basalt2 Documentation"
|
title = "Basalt2 Documentation"
|
||||||
|
|
||||||
-- Beschreibung des Projekts
|
|
||||||
description = "A powerful UI Framework for ComputerCraft"
|
description = "A powerful UI Framework for ComputerCraft"
|
||||||
|
|
||||||
-- Ausgabeverzeichnis für die generierte Dokumentation
|
|
||||||
dir = "docs"
|
dir = "docs"
|
||||||
|
|
||||||
-- Stil der Dokumentation (!pale, !minimal, etc.)
|
|
||||||
style = "!pale"
|
style = "!pale"
|
||||||
|
|
||||||
-- Ausgabeformat (markdown oder html)
|
|
||||||
format = "markdown"
|
format = "markdown"
|
||||||
|
|
||||||
-- Wo nach Lua-Dateien gesucht werden soll
|
|
||||||
file = "src"
|
file = "src"
|
||||||
|
|
||||||
-- Auch private Funktionen dokumentieren
|
|
||||||
all = true
|
all = true
|
||||||
|
|
||||||
-- Vorlagen für fehlende Dokumentation generieren
|
|
||||||
template = true
|
template = true
|
||||||
|
|
||||||
-- Quellcode in der Dokumentation anzeigen
|
|
||||||
pretty = true
|
pretty = true
|
||||||
|
|||||||
@@ -112,5 +112,6 @@ function basalt.run(isActive)
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
basalt.autoUpdate = basalt.run
|
||||||
|
|
||||||
return basalt
|
return basalt
|
||||||
Reference in New Issue
Block a user