summaryrefslogtreecommitdiff
path: root/src/lib/elm_panel.h
diff options
context:
space:
mode:
authorJihoon Kim <imfine98@gmail.com>2012-02-18 15:40:39 +0000
committerJihoon Kim <imfine98@gmail.com>2012-02-18 15:40:39 +0000
commitc197c8d0788a543ccf76c2189c2f585267ca25d2 (patch)
treeb4ff6da2e360a9b2de5343c96416ac9a5423841f /src/lib/elm_panel.h
parent93e1a408c8e05c60ce1e97c3badedb9bb205830b (diff)
downloadelementary-c197c8d0788a543ccf76c2189c2f585267ca25d2.tar.gz
elementary: fix some doxygen warnings
SVN revision: 68112
Diffstat (limited to 'src/lib/elm_panel.h')
-rw-r--r--src/lib/elm_panel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/elm_panel.h b/src/lib/elm_panel.h
index 1968da0d9..5c948e645 100644
--- a/src/lib/elm_panel.h
+++ b/src/lib/elm_panel.h
@@ -46,7 +46,7 @@ EAPI Evas_Object *elm_panel_add(Evas_Object *parent);
/**
* @brief Sets the orientation of the panel
*
- * @param parent The parent object
+ * @param obj The panel object
* @param orient The panel orientation. Can be one of the following:
* @li ELM_PANEL_ORIENT_TOP
* @li ELM_PANEL_ORIENT_LEFT
@@ -76,7 +76,7 @@ EAPI void elm_panel_hidden_set(Evas_Object *obj, Eina_Bo
* @brief Get the state of the panel.
*
* @param obj The panel object
- * @param hidden If true, the panel is in the "hide" state
+ * @return EINA_TRUE if it is hidden state
*/
EAPI Eina_Bool elm_panel_hidden_get(const Evas_Object *obj);