diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-04 18:53:51 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-04 18:53:51 -0500 |
commit | 5dd751f0064fb124a839d7dd26fd15c305350d80 (patch) | |
tree | 8e1f624738712b319bcc584d43d341c28c398ba7 /gtk/gtkpapersize.c | |
parent | 56f76214b771e2e710080bb4fc68d30c2fcc6328 (diff) | |
download | gtk+-5dd751f0064fb124a839d7dd26fd15c305350d80.tar.gz |
docs: don't use ulink. use markdown instead
Diffstat (limited to 'gtk/gtkpapersize.c')
-rw-r--r-- | gtk/gtkpapersize.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkpapersize.c b/gtk/gtkpapersize.c index cece2bed36..d0e8bfb690 100644 --- a/gtk/gtkpapersize.c +++ b/gtk/gtkpapersize.c @@ -45,7 +45,7 @@ * @See_also:#GtkPageSetup * * GtkPaperSize handles paper sizes. It uses the standard called - * <ulink url="http://www.pwg.org/standards.html">"PWG 5101.1-2002 PWG: Standard for Media Standardized Names"</ulink> + * [PWG 5101.1-2002 PWG: Standard for Media Standardized Names](http://www.pwg.org/standards.html) * to name the paper sizes (and to get the data for the page sizes). * In addition to standard paper sizes, GtkPaperSize allows to * construct custom paper sizes with arbitrary dimensions. @@ -209,7 +209,7 @@ gtk_paper_size_new_from_info (const PaperInfo *info) * @name: (allow-none): a paper size name, or %NULL * * Creates a new #GtkPaperSize object by parsing a - * <ulink url="ftp://ftp.pwg.org/pub/pwg/candidates/cs-pwgmsn10-20020226-5101.1.pdf">PWG 5101.1-2002</ulink> + * [PWG 5101.1-2002](ftp://ftp.pwg.org/pub/pwg/candidates/cs-pwgmsn10-20020226-5101.1.pdf) * paper name. * * If @name is %NULL, the default paper size is returned, |