stefan pushed a commit to branch master.

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

commit 49f2428b2a349945eb7a372b38c3ba8086fdc4c0
Author: Stefan Schmidt <ste...@osg.samsung.com>
Date:   Thu Jul 23 12:02:42 2015 +0200

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

diff --git a/src/lib/eina/eina_crc.h b/src/lib/eina/eina_crc.h
index 58d7024..099a921 100644
--- a/src/lib/eina/eina_crc.h
+++ b/src/lib/eina/eina_crc.h
@@ -37,6 +37,8 @@
  * char *tmp2 = "world"
  * unsigned int crc = eina_crc(tmp1, strlen(tmp1), 0xffffffff, EINA_TRUE);
  * crc = eina_crc(tmp2, strlen(tmp2), crc, EINA_FALSE);
+ *
+ * @since 1.15
  */
 EAPI unsigned int eina_crc(const char *key, int len, unsigned int seed, 
Eina_Bool start_stream) EINA_ARG_NONNULL(2, 3);
 

-- 


Reply via email to