Merge pull request #1261 from psychon/fix-some-ldoc-see
Fix some ldoc see
This commit is contained in:
commit
91d970aed6
|
@ -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)
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue