[navigationbar_ex]: doxygen fixed.
authorshilpa singh <shilpa.singh@samsung.com>
Sun, 10 Oct 2010 07:47:42 +0000 (16:47 +0900)
committershilpa singh <shilpa.singh@samsung.com>
Sun, 10 Oct 2010 07:47:42 +0000 (16:47 +0900)
src/lib/elm_navigationbar_ex.c

index cdfcf7a..cc8a238 100644 (file)
@@ -333,7 +333,7 @@ _process_deletions(Widget_Data *wd)
 /**\r
  * Add a new navigationbar_ex to the parent\r
  *\r
- * @param parent The parent object\r
+ * @param[in] parent The parent object\r
  * @return The new object or NULL if it cannot be created\r
  *\r
  * @ingroup Navigationbar_ex\r
@@ -752,7 +752,7 @@ EAPI const char* elm_navigationbar_ex_item_style_get(Elm_Navigationbar_ex_Item*
  * as if it had been pushed there. The object must already be inside the\r
  * Navigationbar_ex stack to work.\r
  *\r
- * @param item The Navigationbar_ex item to promote.\r
+ * @param[in] item The Navigationbar_ex item to promote.\r
  * @ingroup Navigationbar_ex\r
  */\r
 EAPI void\r
@@ -854,7 +854,7 @@ elm_navigationbar_ex_item_pop(Evas_Object *obj)
 /**\r
  * Return the item at the bottom of the Navigationbar_ex stack\r
  *\r
- * @param obj The Navigationbar_ex object\r
+ * @param[in] obj The Navigationbar_ex object\r
  * @return The bottom item or NULL if none\r
  *\r
  * @ingroup Navigationbar_ex\r
@@ -874,7 +874,7 @@ elm_navigationbar_ex_item_bottom_get(const Evas_Object *obj)
 /**\r
  * Return the item at the top of the Navigationbar_ex stack\r
  *\r
- * @param obj The Navigationbar_ex object\r
+ * @param[in] obj The Navigationbar_ex object\r
  * @return The top object or NULL if none\r
  *\r
  * @ingroup Navigationbar_ex\r