Eina: adding image to eina_stringshare.

SVN revision: 62104
This commit is contained in:
Jonas M. Gastal 2011-08-04 20:44:05 +00:00
parent 1e9076c27b
commit 610facb5be
3 changed files with 5965 additions and 0 deletions

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

View File

@ -126,6 +126,12 @@
* string creation/destruction speed, reduces memory use and decreases
* memory fragmentation, so a win all-around.
*
* The following diagram gives an idea of what happens as you create strings
* with eina_stringshare_add():
*
* @image html eina_stringshare.png
* @image latex eina_stringshare.eps width=\textwidth
*
* For more information, see @ref eina_stringshare_example_01_page
* "this example".
*/