From e9befdd50c3256805611c84a007ea7e7899423fe Mon Sep 17 00:00:00 2001 From: caro Date: Sat, 17 Sep 2011 06:24:00 +0000 Subject: [PATCH] add @since to doc type git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@63445 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/include/eina_xattr.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/include/eina_xattr.h b/src/include/eina_xattr.h index 80586b7..8ddb30a 100644 --- a/src/include/eina_xattr.h +++ b/src/include/eina_xattr.h @@ -30,6 +30,8 @@ /** * @typedef Eina_Xattr_Flags * define extended attribute creation + * + * @since 1.1 */ typedef enum { EINA_XATTR_INSERT, /**< This is the default behaviour, it will either create or replace the extended attribute */ -- 2.7.4