eina: Add missing hash table image and make imgs work for

latex docs.



SVN revision: 60194
This commit is contained in:
Jonas M. Gastal 2011-06-10 14:54:01 +00:00
parent 160fdb558f
commit 969e12b320
4 changed files with 5861 additions and 1 deletions

View File

@ -12,6 +12,7 @@ doc-clean:
doc: all
$(efl_doxygen)
cp $(srcdir)/img/* html/
cp $(srcdir)/img/*.eps latex/
rm -rf $(PACKAGE_DOCNAME).tar*
mkdir -p $(PACKAGE_DOCNAME)/doc
cp -R html/ latex/ man/ $(PACKAGE_DOCNAME)/doc

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

View File

@ -146,7 +146,8 @@
* (argument of @ref eina_hash_new too). The following picture ilustrates the
* basic idea:
*
* @image html 01_hash-table.jpg
* @image html 01_hash-table.png
* @image latex 01_hash-table.eps
*
* Adding an element to the hash table is made of:
* @li calculating the hash for that key (using the specified hash function);