doc: Cleanup useless index entries

Entries such as the empty `objects.client` or `awful.hotkeys_popup.keys`
are no longer in the main index.
This commit is contained in:
Emmanuel Lepage Vallee 2017-07-02 11:12:12 -04:00
parent 73ebf452ec
commit 9f7a365447
6 changed files with 13 additions and 9 deletions

View File

@ -85,7 +85,14 @@ file = {
'../spawn.c',
'../xkb.c',
'../common/luaobject.c',
'../objects/',
'../objects/button.c',
'../objects/client.c',
'../objects/drawable.c',
'../objects/key.c',
'../objects/screen.c',
'../objects/tag.c',
'../objects/window.c',
-- LUA libraries
'../lib/',
-- Auto generated scripts
@ -109,9 +116,6 @@ file = {
-- Ignore some parts of the widget library
'../lib/awful/widget/init.lua',
-- Ignore the drawing window, users should only care about wiboxes
'../objects/drawin.c',
}
}

View File

@ -3,7 +3,7 @@
--
-- @author Jonathan <jonathan@tinypulse.com>
-- @copyright 2017 Jonathan
-- @module awful.hotkeys_popup.keys.firefox
-- @submodule awful.hotkeys_popup
---------------------------------------------------------------------------
local hotkeys_popup = require("awful.hotkeys_popup.widget")

View File

@ -3,7 +3,7 @@
--
-- @author Yauheni Kirylau <yawghen@gmail.com>
-- @copyright 2014-2015 Yauheni Kirylau
-- @module awful.hotkeys_popup.keys
-- @submodule awful.hotkeys_popup
---------------------------------------------------------------------------

View File

@ -3,7 +3,7 @@
--
-- @author Simon Désaulniers sim.desaulniers@gmail.com
-- @copyright 2017 Simon Désaulniers
-- @module awful.hotkeys_popup.keys.qutebrowser
-- @submodule awful.hotkeys_popup
---------------------------------------------------------------------------
local hotkeys_popup = require("awful.hotkeys_popup.widget")

View File

@ -3,7 +3,7 @@
--
-- @author nahsi nashi@airmail.cc
-- @copyright 2017 nahsi
-- @module awful.hotkeys_popup.keys.tmux
-- @submodule awful.hotkeys_popup
---------------------------------------------------------------------------
local hotkeys_popup = require("awful.hotkeys_popup.widget")

View File

@ -3,7 +3,7 @@
--
-- @author Yauheni Kirylau <yawghen@gmail.com>
-- @copyright 2014-2015 Yauheni Kirylau
-- @module awful.hotkeys_popup.keys.vim
-- @submodule awful.hotkeys_popup
---------------------------------------------------------------------------
local hotkeys_popup = require("awful.hotkeys_popup.widget")