This commit is contained in:
Robert Jelic
2025-02-09 17:14:16 +01:00
parent 5abf95cf49
commit 2273683e6d
4 changed files with 6 additions and 752 deletions

View File

@@ -1,12 +1,14 @@
project = "Basalt 2"
title = "Basalt documentation"
description = "A Basalt UI Framework Documentation"
format = "discount"
backtick_references = false
file = "ldoc.lua"
format = "markdown"
dir = "docs"
file = "src" -- Ändere von "ldoc.lua" zu "src"
style = "!pale" -- Ändere zu einem einfacheren Stil
sort = true
all = true -- Dokumentiere auch private Funktionen
backtick_references = false
readme = "manual.md"
style = "!new"
kind_names = {
topic = "Manual",
script = "Programs"