calendar_popup: Fix method name entries

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter 2017-07-09 18:59:17 +02:00
parent 9519d666a3
commit d72893692e
1 changed files with 2 additions and 2 deletions

View File

@ -344,7 +344,7 @@ end
-- @tparam table args.style_normal Cell style for the normal day cells (see `cell_properties`)
-- @tparam table args.style_focus Cell style for the current day cell (see `cell_properties`)
-- @treturn wibox A wibox containing the calendar
-- @function awful.calendar.month
-- @function awful.widget.calendar.month
function calendar_popup.month(args)
return get_cal_wibox("month", args)
end
@ -380,7 +380,7 @@ end
-- @tparam table args.style_normal Cell style for the normal day cells (see `cell_properties`)
-- @tparam table args.style_focus Cell style for the current day cell (see `cell_properties`)
-- @treturn wibox A wibox containing the calendar
-- @function awful.calendar.year
-- @function awful.widget.calendar.year
function calendar_popup.year(args)
return get_cal_wibox("year", args)
end