From 206edf4538be55e37dc70fb166ef9dd786325aa2 Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Wed, 15 Aug 2012 04:26:06 +0000 Subject: [PATCH] eina eina_stringshare.h: Use @note instead of just saying 'Note that ...'. Thanks vtorri. SVN revision: 75279 --- legacy/eina/src/include/eina_stringshare.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/eina/src/include/eina_stringshare.h b/legacy/eina/src/include/eina_stringshare.h index 4e40409a11..c010e078f6 100644 --- a/legacy/eina/src/include/eina_stringshare.h +++ b/legacy/eina/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);