2021-10-16 19:36:46 +02:00
|
|
|
project = "awesome-slot"
|
|
|
|
title = "A declarative API to connect signals for the AwesomeWM"
|
|
|
|
|
|
|
|
all = false
|
|
|
|
dir = "doc"
|
|
|
|
format = "markdown"
|
|
|
|
pretty = "lua"
|
|
|
|
prettify_files = true
|
|
|
|
backtick_references = true
|
|
|
|
merge = true
|
|
|
|
use_markdown_titles = true
|
|
|
|
wrap = true
|
|
|
|
sort_modules = true
|
|
|
|
not_luadoc = true
|
|
|
|
|
|
|
|
file = {
|
2024-10-24 18:48:49 +02:00
|
|
|
"src/awesome-slot",
|
|
|
|
exclude = {
|
|
|
|
"src/awesome-slot/slots",
|
|
|
|
},
|
2021-10-16 19:36:46 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
-- Define some new ldoc tags from the AwesomeWM doc
|
|
|
|
new_type("constructorfct", "Constructor", false, "Parameters")
|
|
|
|
new_type("staticfct", "Static functions", false, "Parameters")
|