From 1ff747160e091167b60cc73d34ffb6e52d3c88b3 Mon Sep 17 00:00:00 2001 From: Emmanuel Lepage Vallee Date: Fri, 30 Dec 2016 01:49:04 -0500 Subject: [PATCH] doc: Add a callback section --- docs/config.ld | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/config.ld b/docs/config.ld index 5bf4eae7..06019506 100644 --- a/docs/config.ld +++ b/docs/config.ld @@ -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'}