[folks] Change urls to links in doc comments, fixes doc creation.



commit 70a24fe7ce536836dabd5bfd8df4af6ca221b6b3
Author: Jeremy Whiting <jpwhiting kde org>
Date:   Fri Jul 6 14:23:59 2012 -0600

    Change urls to links in doc comments, fixes doc creation.

 folks/abstract-field-details.vala |    4 ++--
 1 files 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<T> : 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<T> : 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.
    *



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]