doc: Add a missing DOC_HIDE which damaged the rendering.

This commit is contained in:
Emmanuel Lepage Vallee 2021-07-06 00:12:54 -07:00
parent b883855272
commit a94a4beb6f
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ local awful = { --DOC_HIDE
wibar = require("awful.wibar"), --DOC_HIDE
tag = require("awful.tag"), --DOC_HIDE
tag_layout = require("awful.layout.suit.tile") --DOC_HIDE
}
} --DOC_HIDE
-- Wibars and docked clients are the main users of the struts.
local wibar = awful.wibar {