doc: fix invalid @see references to URLs

This commit is contained in:
Daniel Hahler 2015-07-24 01:56:36 +02:00
parent b28cda2ac6
commit 9835f73a01
1 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@ end
--- Get a font description. --- Get a font description.
-- --
-- @see https://developer.gnome.org/pango/stable/pango-Fonts.html#PangoFontDescription -- See https://developer.gnome.org/pango/stable/pango-Fonts.html#PangoFontDescription.
-- @tparam string|lgi.Pango.FontDescription name The name of the font. -- @tparam string|lgi.Pango.FontDescription name The name of the font.
-- @treturn lgi.Pango.FontDescription -- @treturn lgi.Pango.FontDescription
function beautiful.get_font(name) function beautiful.get_font(name)
@ -92,9 +92,9 @@ end
--- Get a new font with merged attributes, based on another one. --- Get a new font with merged attributes, based on another one.
-- --
-- See https://developer.gnome.org/pango/stable/pango-Fonts.html#pango-font-description-from-string.
-- @tparam string|Pango.FontDescription name The base font. -- @tparam string|Pango.FontDescription name The base font.
-- @tparam string merge Attributes that should be merged, e.g. "bold". -- @tparam string merge Attributes that should be merged, e.g. "bold".
-- @see https://developer.gnome.org/pango/stable/pango-Fonts.html#pango-font-description-from-string
-- @treturn lgi.Pango.FontDescription -- @treturn lgi.Pango.FontDescription
function beautiful.get_merged_font(name, merge) function beautiful.get_merged_font(name, merge)
local font = beautiful.get_font(name) local font = beautiful.get_font(name)