doc: Add a callback section

This commit is contained in:
Emmanuel Lepage Vallee 2016-12-30 01:49:04 -05:00
parent 928f7b04b4
commit 1ff747160e

View file

@ -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")
-- Document some callback prototypes
new_type("callback", "Callback functions prototype", false, "Parameters")
-- More fitting section names
kind_names={topic='Documentation', module='Libraries'}