Remove @see tag.swap on awful.tag.object.swap

The only other swap function is awful.tag.swap and that one is
deprecated. Thus, it should not be linked to.

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter 2016-12-09 18:00:40 +01:00
parent 1784518415
commit 480b8b6477
1 changed files with 0 additions and 1 deletions

View File

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