From 3dfc0d6c6a2e46f35948ce24bc0a3b60c9fd9ffb Mon Sep 17 00:00:00 2001 From: Travis Reitter Date: Wed, 26 Oct 2011 11:36:53 -0700 Subject: [PATCH] docs: Add @since for MaybeBool. --- folks/types.vala | 2 ++ 1 file changed, 2 insertions(+) diff --git a/folks/types.vala b/folks/types.vala index 509699b..fe29d4f 100644 --- a/folks/types.vala +++ b/folks/types.vala @@ -29,6 +29,8 @@ namespace Folks { /** * A 'boolean' type that has a distinct 'unset' state. + * + * @since 0.3.1 */ public enum MaybeBool { -- 2.7.4