Merge pull request #1261 from psychon/fix-some-ldoc-see

Fix some ldoc see
This commit is contained in:
Daniel Hahler 2016-12-10 02:20:52 +01:00 committed by GitHub
commit 91d970aed6
2 changed files with 1 additions and 2 deletions

View File

@ -155,7 +155,6 @@ end
--- Swap 2 tags
-- @function tag.swap
-- @see tag.swap
-- @param tag2 The second tag
-- @see client.swap
function tag.object.swap(self, tag2)

View File

@ -262,7 +262,7 @@ end
--
-- @deprecated awful.wibox.stretch
-- @see awful.placement
-- @see stretch
-- @see awful.wibar.stretch
--- Create a new wibox and attach it to a screen edge.
-- You can add also position key with value top, bottom, left or right.