ecore_file: update docs for ecore_file_rmdir
authorVyacheslav Reutskiy <v.reutskiy@samsung.com>
Wed, 23 Nov 2016 14:18:40 +0000 (16:18 +0200)
committerWonki Kim <wonki_.kim@samsung.com>
Mon, 2 Jan 2017 07:23:55 +0000 (16:23 +0900)
Change-Id: I9ba626ab06246032ffd98f3fc1dcbcd5baca5aae
Signed-off-by: Vyacheslav Reutskiy <v.reutskiy@samsung.com>
src/lib/ecore_file/Ecore_File.h

index 26f96b4..50a33b3 100644 (file)
@@ -272,7 +272,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.