doc: Add a missing DOC_HIDE which damaged the rendering.
This commit is contained in:
parent
b883855272
commit
a94a4beb6f
|
@ -6,7 +6,7 @@ local awful = { --DOC_HIDE
|
||||||
wibar = require("awful.wibar"), --DOC_HIDE
|
wibar = require("awful.wibar"), --DOC_HIDE
|
||||||
tag = require("awful.tag"), --DOC_HIDE
|
tag = require("awful.tag"), --DOC_HIDE
|
||||||
tag_layout = require("awful.layout.suit.tile") --DOC_HIDE
|
tag_layout = require("awful.layout.suit.tile") --DOC_HIDE
|
||||||
}
|
} --DOC_HIDE
|
||||||
|
|
||||||
-- Wibars and docked clients are the main users of the struts.
|
-- Wibars and docked clients are the main users of the struts.
|
||||||
local wibar = awful.wibar {
|
local wibar = awful.wibar {
|
||||||
|
|
Loading…
Reference in New Issue