Eina: adding image showing eina array growth.

SVN revision: 62103
This commit is contained in:
Jonas M. Gastal 2011-08-04 20:43:51 +00:00
parent 8a9004d01f
commit 1e9076c27b
3 changed files with 5969 additions and 0 deletions

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

View File

@ -182,6 +182,11 @@
* more elements. Similarly if you remove elements in such a way that that the
* array is left holding its capacity - @p step elements it will shrink.
*
* The following image illustrates how an Eina_Array grows:
*
* @image html eina_array-growth.png
* @image latex eina_array-growth.eps width=\textwidth
*
* Eina_Array only stores pointers but it can store data of any type in the form
* of void pointers.
*