ldoc: Add a "filter" section for the taglist and tasklist
This commit is contained in:
parent
bbc4fba3c0
commit
3792a17c2f
|
@ -68,6 +68,8 @@ new_type("clientlayout", "Client layouts", false, "param")
|
|||
new_type("callback", "Callback functions prototype", false, "Parameters")
|
||||
-- awful.rules sources
|
||||
new_type("rulesources", "Rule sources", false, "param")
|
||||
-- Filter functions for the taglist/tasklist/layoutlist
|
||||
new_type("filterfunction", "List filters", false)
|
||||
|
||||
-- More fitting section names
|
||||
kind_names={topic='Documentation', module='Libraries', script='Sample files'}
|
||||
|
|
Loading…
Reference in New Issue