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:
parent
1784518415
commit
480b8b6477
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue