doc: check - correct the ingroup name for legacy apis

This commit is contained in:
Amitesh Singh 2018-03-12 15:04:08 +09:00
parent c1056d0c62
commit 0dd8f97a8e
1 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ EAPI Evas_Object * elm_check_add(Evas_Object *parent);
*
* @param obj The check object
*
* @ingroup Check
* @ingroup Elm_Check
*/
EAPI Eina_Bool elm_check_state_get(const Evas_Object *obj);
@ -30,7 +30,7 @@ EAPI Eina_Bool elm_check_state_get(const Evas_Object *obj);
* @param obj The check object
* @param state The state to use (1 == on, 0 == off)
*
* @ingroup Check
* @ingroup Elm_Check
*/
EAPI void elm_check_state_set(Evas_Object *obj, Eina_Bool state);
@ -47,7 +47,7 @@ EAPI void elm_check_state_set(Evas_Object *obj, Eina_Bool
* @param obj The check object
* @param statep pointer to the boolean to modify
*
* @ingroup Check
* @ingroup Elm_Check
*/
EAPI void elm_check_state_pointer_set(Evas_Object *obj, Eina_Bool *statep);