Skip to content

Commit

Permalink
Fix misuse of @deprecated tag
Browse files Browse the repository at this point in the history
Signed-off-by: Uli Schlachter <psychon@znc.in>
  • Loading branch information
psychon committed Mar 18, 2017
1 parent b73f9e9 commit 3f2bcfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/menubar/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ end
--- Get a menubar wibox.
-- @tparam[opt] screen scr Screen.
-- @return menubar wibox.
-- @deprecated If you know what this actually does, please tell us
-- @deprecated get
function menubar.get(scr)
awful.util.deprecate("Use menubar.show() instead", { deprecated_in = 5 })
menubar.refresh(scr)
Expand Down

0 comments on commit 3f2bcfd

Please sign in to comment.