From: Travis Reitter Date: Thu, 10 Nov 2011 22:51:58 +0000 (-0800) Subject: Fix comment syntax to unbreak documentation generation. X-Git-Tag: FOLKS_0_6_5~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=26ec5da44de6fbde5f168eaa04a2bfb5c9067043;p=platform%2Fupstream%2Ffolks.git Fix comment syntax to unbreak documentation generation. --- diff --git a/folks/abstract-field-details.vala b/folks/abstract-field-details.vala index 5520706..95c6b08 100644 --- a/folks/abstract-field-details.vala +++ b/folks/abstract-field-details.vala @@ -102,7 +102,7 @@ public abstract class Folks.AbstractFieldDetails : Object } /** - * The {@link GLib.Type of the {@link AbstractFieldDetails.value}. + * The {@link GLib.Type} of the {@link AbstractFieldDetails.value}. * * This is particularly useful for treating collections of different types of * {@link AbstractFieldDetails} in a uniform way without needing to name them