From e79fb69cf1602b31790d4749993ab2edd1fe05fa Mon Sep 17 00:00:00 2001 From: Travis Reitter Date: Wed, 26 Oct 2011 11:35:06 -0700 Subject: [PATCH] docs: Add a description block for the new types. Note, however, that this is obscured in the final docs due to bgo#662793 (valadoc ignores comment blocks on namespaces). --- folks/types.vala | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/folks/types.vala b/folks/types.vala index 39a61e6..509699b 100644 --- a/folks/types.vala +++ b/folks/types.vala @@ -20,6 +20,11 @@ using GLib; +/** + * New general types required by Folks. + * + * @since 0.3.1 + */ namespace Folks { /** -- 2.7.4