doc: Remove entries for modules that have been moved for a year or more.

To make the index looks smaller.
This commit is contained in:
Emmanuel Lepage Vallee 2017-11-19 00:20:56 -05:00
parent 9f7a365447
commit fccd35b45c
1 changed files with 11 additions and 0 deletions

View File

@ -116,6 +116,17 @@ file = {
-- Ignore some parts of the widget library -- Ignore some parts of the widget library
'../lib/awful/widget/init.lua', '../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',
} }
} }