eina_stringshare.h: more acurate documentation for Eina_Stringshare.

This commit is contained in:
Daniel Juyung Seo 2013-04-01 20:57:41 +09:00
parent b992ec4894
commit b8395bd119
1 changed files with 3 additions and 2 deletions

View File

@ -165,8 +165,9 @@
/**
* @typedef Eina_Stringshare
*
* Interchangeable with "const char *" but still a good visual hint for the
* purpose. Maybe in the far far future we'll even add strict type checking.
* "Eina_Stringshare *" is interchangeable with "const char *" but still a good
* visual hint for the purpose. Maybe in the far far future we'll even add
* strict type checking.
*
* @since 1.2.0
*/