elementary/naviframe - improve doc.

This commit is contained in:
ChunEon Park 2013-07-15 14:34:13 +09:00
parent 32e966e353
commit ff4a69c790
1 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,9 @@ EAPI Evas_Object *elm_naviframe_add(Evas_Object *parent);
/**
* @brief Pop the items between the top and the above one on the given item.
*
* The items between the top and the given item will be deleted first,
* and then the top item will be popped at last.
*
* @param it The naviframe item
*
* @ingroup Naviframe