eina_stringshare.h: more acurate documentation for Eina_Stringshare.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Mon, 1 Apr 2013 11:57:41 +0000 (20:57 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Mon, 1 Apr 2013 11:57:57 +0000 (20:57 +0900)
src/lib/eina/eina_stringshare.h

index 21daeaf..ec45393 100644 (file)
 /**
  * @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
  */