From fccd35b45cb21f7c61df7d3cfa0711fd6eee3492 Mon Sep 17 00:00:00 2001 From: Emmanuel Lepage Vallee Date: Sun, 19 Nov 2017 00:20:56 -0500 Subject: [PATCH] doc: Remove entries for modules that have been moved for a year or more. To make the index looks smaller. --- docs/config.ld | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/config.ld b/docs/config.ld index 733a9e7e..f553e669 100644 --- a/docs/config.ld +++ b/docs/config.ld @@ -116,6 +116,17 @@ file = { -- Ignore some parts of the widget library '../lib/awful/widget/init.lua', + + -- Deprecated classes for one years or more don't deserve entries + -- in the index + '../lib/awful/widget/graph.lua', + '../lib/awful/widget/progressbar.lua', + '../lib/wibox/layout/constraint.lua', + '../lib/wibox/layout/margin.lua', + '../lib/wibox/layout/mirror.lua', + '../lib/wibox/layout/rotate.lua', + '../lib/wibox/layout/scroll.lua', + '../lib/wibox/widget/background.lua', } }