stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=b4a85c72d88de12c74455e76cf5519b8d249f9a3

commit b4a85c72d88de12c74455e76cf5519b8d249f9a3
Author: Stefan Schmidt <ste...@osg.samsung.com>
Date:   Thu Jul 23 12:04:35 2015 +0200

    eina: Add since 1.15 tag for evlog API additions
---
 src/lib/eina/eina_evlog.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/lib/eina/eina_evlog.h b/src/lib/eina/eina_evlog.h
index f3fd82b..7a32005 100644
--- a/src/lib/eina/eina_evlog.h
+++ b/src/lib/eina/eina_evlog.h
@@ -122,6 +122,8 @@ eina_evlog_steal(void);
 
 /**
  * @brief Begin logging - until now eina_evlog is a NOOP
+ *
+ * @since 1.15
  */
 EAPI void
 eina_evlog_start(void);
@@ -131,6 +133,8 @@ eina_evlog_start(void);
  * 
  * You must not be using any evlog buffers stolen by eina_evlog_steal() by
  * the time you call this function.
+ *
+ * @since 1.15
  */
 EAPI void
 eina_evlog_stop(void);

-- 


Reply via email to