eina_ustringshare: Add description of return to resolve doxygen warning
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Thu, 26 Oct 2017 02:47:45 +0000 (11:47 +0900)
committerJaehyun Cho <jae_hyun.cho@samsung.com>
Thu, 26 Oct 2017 04:20:54 +0000 (13:20 +0900)
Change-Id: I1994dbb3bf628c67c43763c8521fcfe7c5179308

src/lib/eina/eina_ustringshare.h

index 6a6d7c6..073b74c 100644 (file)
@@ -168,6 +168,7 @@ EAPI void                eina_ustringshare_del(const Eina_Unicode *str);
  *
  * @param str The shared string to know the length. It is safe to
  *        give @c NULL, in that case @c -1 is returned.
+ * @return The length of a shared string.
  *
  * This function is a cheap way to known the length of a shared
  * string.