mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
ldoc: Add a @sourcefunction section.
It will be used by features introduced in the next commit.
This commit is contained in:
parent
69bb30181d
commit
3fe5798a97
1 changed files with 2 additions and 0 deletions
|
@ -64,6 +64,8 @@ new_type("deprecated", "Deprecated functions", false, "param")
|
|||
new_type("legacylayout", "Layout related functions", false, "param")
|
||||
-- Have a category for the client layouts
|
||||
new_type("clientlayout", "Client layouts", false, "param")
|
||||
-- Source functions for the taglist/tasklist/layoutlist
|
||||
new_type("sourcefunction", "List source functions", false)
|
||||
-- Document some callback prototypes
|
||||
new_type("callback", "Callback functions prototype", false, "Parameters")
|
||||
-- awful.rules sources
|
||||
|
|
Loading…
Reference in a new issue