kuri pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=6ea95af025915a3fe20ef7aba5370b3f12dafd48

commit 6ea95af025915a3fe20ef7aba5370b3f12dafd48
Author: Guillaume Friloux <k...@efl.so>
Date:   Wed Jan 1 21:39:14 2014 +0100

    Fix documentation for efreet_desktop_exec().
---
 src/lib/efreet/efreet_desktop.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/lib/efreet/efreet_desktop.h b/src/lib/efreet/efreet_desktop.h
index 1c69e5d..fae8bac 100644
--- a/src/lib/efreet/efreet_desktop.h
+++ b/src/lib/efreet/efreet_desktop.h
@@ -203,8 +203,7 @@ EAPI int               
efreet_desktop_save_as(Efreet_Desktop *desktop,
  * @param desktop The desktop file to work with
  * @param files The files to be substituted into the exec line
  * @param data The data pointer to pass
- * @return Returns the Ecore_Exce for @a desktop
- * @brief Parses the @a desktop exec line and returns an Ecore_Exe.
+ * @brief Parses the @a desktop exec line and runs the command.
  */
 EAPI void              efreet_desktop_exec(Efreet_Desktop *desktop,
                                            Eina_List *files, void *data);

-- 


Reply via email to