fix(wibox: textbox): remove ldoc tags added by merge mistake
This commit is contained in:
parent
6b93661048
commit
5bd0ff82a6
|
@ -395,10 +395,6 @@ function textbox.get_markup_geometry(text, s, font)
|
||||||
return logical
|
return logical
|
||||||
end
|
end
|
||||||
|
|
||||||
--@DOC_widget_COMMON@
|
|
||||||
|
|
||||||
--@DOC_object_COMMON@
|
|
||||||
|
|
||||||
return setmetatable(textbox, textbox.mt)
|
return setmetatable(textbox, textbox.mt)
|
||||||
|
|
||||||
-- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80
|
-- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80
|
||||||
|
|
Loading…
Reference in New Issue