doc: Add some new lines in an old example.

This commit is contained in:
Emmanuel Lepage Vallee 2021-10-30 22:44:31 -07:00
parent 9a380a492f
commit c5f81d4aab
1 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,7 @@ local w1 = wibox.widget {
}
l:add(w1) --DOC_HIDE
--DOC_NEWLINE
-- Use a standard declarative widget construct
local w2 = wibox.widget {
@ -32,6 +33,7 @@ local w2 = wibox.widget {
}
l:add(w2) --DOC_HIDE
--DOC_NEWLINE
-- Use composed widgets
local w3 = wibox.widget {
@ -51,6 +53,7 @@ local w3 = wibox.widget {
}
l:add(w3) --DOC_HIDE
--DOC_NEWLINE
-- Use negative spacing to create a powerline effect
local w4 = wibox.widget {