doc(tag): Add test coverage
Signed-off-by: Lucas Schwiderski <lucas@lschwiderski.de>
This commit is contained in:
parent
4520f33309
commit
1a2037758b
|
@ -15,4 +15,6 @@ local custom_module = {
|
|||
end)
|
||||
|
||||
--DOC_HIDE_START
|
||||
tag.emit_signal("request::default_layouts")
|
||||
|
||||
-- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80
|
||||
|
|
|
@ -22,4 +22,6 @@ local awful = require("awful")
|
|||
end)
|
||||
|
||||
--DOC_HIDE_START
|
||||
tag.emit_signal("request::default_layouts")
|
||||
|
||||
-- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80
|
||||
|
|
Loading…
Reference in New Issue