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 * @typedef Eina_Stringshare
* *
* Interchangeable with "const char *" but still a good visual hint for the * "Eina_Stringshare *" is interchangeable with "const char *" but still a good
* purpose. Maybe in the far far future we'll even add strict type checking. * visual hint for the purpose. Maybe in the far far future we'll even add
* strict type checking.
* *
* @since 1.2.0 * @since 1.2.0
*/ */