fileselector: more doxygen typo and parameter name typo

This commit is contained in:
Yakov Goldberg 2013-12-05 13:52:39 +02:00
parent 70ade2450b
commit 497d66272a
1 changed files with 2 additions and 2 deletions

View File

@ -145,11 +145,11 @@ enum
* Set, programmatically, the directory that a given file
* selector widget will display contents from
*
* @param[in] _path
* @param[in] path
*
* @see elm_fileselector_path_set
*/
#define elm_obj_fileselector_path_set(_path) ELM_OBJ_FILESELECTOR_ID(ELM_OBJ_FILESELECTOR_SUB_ID_PATH_SET), EO_TYPECHECK(const char *, _path)
#define elm_obj_fileselector_path_set(path) ELM_OBJ_FILESELECTOR_ID(ELM_OBJ_FILESELECTOR_SUB_ID_PATH_SET), EO_TYPECHECK(const char *, path)
/**
* @def elm_obj_fileselector_path_get