From 3792a17c2f8e5fee513d2f2a474cfd12c7bc06dd Mon Sep 17 00:00:00 2001 From: Emmanuel Lepage Vallee Date: Sat, 18 Aug 2018 15:47:14 -0400 Subject: [PATCH] ldoc: Add a "filter" section for the taglist and tasklist --- docs/config.ld | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/config.ld b/docs/config.ld index 89e8d159..0506511b 100644 --- a/docs/config.ld +++ b/docs/config.ld @@ -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'}