docs: Add @since for MaybeBool.
authorTravis Reitter <travis.reitter@collabora.co.uk>
Wed, 26 Oct 2011 18:36:53 +0000 (11:36 -0700)
committerTravis Reitter <travis.reitter@collabora.co.uk>
Wed, 26 Oct 2011 21:18:08 +0000 (14:18 -0700)
folks/types.vala

index 509699b..fe29d4f 100644 (file)
@@ -29,6 +29,8 @@ namespace Folks
 {
   /**
    * A 'boolean' type that has a distinct 'unset' state.
+   *
+   * @since 0.3.1
    */
   public enum MaybeBool
     {