From 70a24fe7ce536836dabd5bfd8df4af6ca221b6b3 Mon Sep 17 00:00:00 2001 From: Jeremy Whiting Date: Fri, 6 Jul 2012 14:23:59 -0600 Subject: [PATCH] Change urls to links in doc comments, fixes doc creation. --- folks/abstract-field-details.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/folks/abstract-field-details.vala b/folks/abstract-field-details.vala index 278fdff..d1630f2 100644 --- a/folks/abstract-field-details.vala +++ b/folks/abstract-field-details.vala @@ -279,7 +279,7 @@ public abstract class Folks.AbstractFieldDetails : Object * Same as {@link AbstractFieldDetails.equal}, but static, * so we can use libgee 0.8 without an api break. * - * See https://bugzilla.gnome.org/show_bug.cgi?id=673918 + * See [[https://bugzilla.gnome.org/show_bug.cgi?id=673918|673918]]" * This can and should be removed next time we break the api. * Note: This uses Gee.EqualDataFunc signature, to avoid having to cast. * @@ -436,7 +436,7 @@ public abstract class Folks.AbstractFieldDetails : Object * Same as {@link AbstractFieldDetails.hash}, but static, * so we can use libgee 0.8 without an api break. * - * See https://bugzilla.gnome.org/show_bug.cgi?id=673918 + * See [[https://bugzilla.gnome.org/show_bug.cgi?id=673918|673918]] * This can and should be removed next time we break the api. * Note: This uses Gee.HashDataFunc signature, to avoit having to cast. * -- 2.7.4