From 3fe5798a97bd22d29d6d3dfa73098f36a5363754 Mon Sep 17 00:00:00 2001 From: Emmanuel Lepage Vallee Date: Sat, 18 Aug 2018 16:26:59 -0400 Subject: [PATCH] ldoc: Add a @sourcefunction section. It will be used by features introduced in the next commit. --- docs/config.ld | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/config.ld b/docs/config.ld index 0506511ba..a640e4f7c 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") +-- 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