eina eina_stringshare.h: Use @note instead of just saying 'Note that ...'. Thanks...
authorseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 15 Aug 2012 04:26:06 +0000 (04:26 +0000)
committerseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 15 Aug 2012 04:26:06 +0000 (04:26 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@75279 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/include/eina_stringshare.h

index 4e40409..c010e07 100644 (file)
@@ -302,8 +302,8 @@ EAPI Eina_Stringshare  *eina_stringshare_ref(Eina_Stringshare *str);
  * @p str is freed. If @p str is @c NULL, the function returns
  * immediately.
  *
- * Note that if the given pointer is not shared, bad things will happen, likely
- * segmentation fault.
+ * @note If the given pointer is not shared, bad things will happen, likely a
+ * segmentation fault.
  */
 EAPI void               eina_stringshare_del(Eina_Stringshare *str);