summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Juyung Seo <seojuyung2@gmail.com>2012-08-15 04:26:06 +0000
committerDaniel Juyung Seo <seojuyung2@gmail.com>2012-08-15 04:26:06 +0000
commit9ae85c94b3f3fedd9d01609afa3e83b3bff70bd4 (patch)
treec59aa54a5747a4ecb11a76f650c68ce773c04230
parenteb66c1633f6a394d2b489abb3732e0f6bb039dc5 (diff)
downloadeina-9ae85c94b3f3fedd9d01609afa3e83b3bff70bd4.tar.gz
eina eina_stringshare.h: Use @note instead of just saying 'Note that ...'. Thanks vtorri.
SVN revision: 75279
-rw-r--r--src/include/eina_stringshare.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/eina_stringshare.h b/src/include/eina_stringshare.h
index 4e40409..c010e07 100644
--- a/src/include/eina_stringshare.h
+++ b/src/include/eina_stringshare.h
@@ -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
- * a 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);