rimmed pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=164ece9e3f9ce0c011255d6f420ba660b48f35a9
commit 164ece9e3f9ce0c011255d6f420ba660b48f35a9 Author: Vyacheslav Reutskiy <v.reuts...@samsung.com> Date: Wed Nov 23 16:18:40 2016 +0200 ecore_file: update docs for ecore_file_rmdir --- src/lib/ecore_file/Ecore_File.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/ecore_file/Ecore_File.h b/src/lib/ecore_file/Ecore_File.h index 70c4af7..4e8810b 100644 --- a/src/lib/ecore_file/Ecore_File.h +++ b/src/lib/ecore_file/Ecore_File.h @@ -236,7 +236,7 @@ EAPI int ecore_file_mkdirs (const char **dirs); EAPI int ecore_file_mksubdirs (const char *base, const char **subdirs); /** - * @brief Delete the given directory. + * @brief Delete the given empty directory. * * @param dir The name of the directory to delete. * @return @c EINA_TRUE on success, @c EINA_FALSE otherwise. --