eina eina_stringshare.h: Use @note instead of just saying 'Note that ...'. Thanks vtorri.

SVN revision: 75279
This commit is contained in:
Daniel Juyung Seo 2012-08-15 04:26:06 +00:00
parent a7372f8cb5
commit 206edf4538
1 changed files with 2 additions and 2 deletions

View 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
* 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);