15 lines
444 B
Plaintext
15 lines
444 B
Plaintext
project = "Basalt 2"
|
|
title = "Basalt documentation"
|
|
description = "A Basalt UI Framework Documentation"
|
|
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"
|
|
kind_names = {
|
|
topic = "Manual",
|
|
script = "Programs"
|
|
} |