From: Vincent Torri Date: Sat, 31 Mar 2012 08:12:22 +0000 (+0000) Subject: Efreet : doc fixes X-Git-Tag: submit/devel/efl/20131022.203902~6109 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=db9288db620bb8bc746ffbb6fca50e79c9496e15;p=platform%2Fupstream%2Fefl.git Efreet : doc fixes Patch by Jérôme Pinot SVN revision: 69816 --- diff --git a/legacy/efreet/src/lib/efreet_desktop.h b/legacy/efreet/src/lib/efreet_desktop.h index a2bd266..f7dfe51 100644 --- a/legacy/efreet/src/lib/efreet_desktop.h +++ b/legacy/efreet/src/lib/efreet_desktop.h @@ -235,7 +235,7 @@ EAPI const char *efreet_desktop_environment_get(void); * @param files an eina list of file names to execute, as either absolute paths, * relative paths, or uris * @param cb_command a callback to call for each prepared command line - * @param cb_progress a callback to get progress for the downloads + * @param cb_prog a callback to get progress for the downloads * @param data user data passed to the callback * @return Returns 1 on success or 0 on failure * @brief Get a command to use to execute a desktop entry, and receive progress diff --git a/legacy/efreet/src/lib/efreet_menu.h b/legacy/efreet/src/lib/efreet_menu.h index e23f694..8531cd8 100644 --- a/legacy/efreet/src/lib/efreet_menu.h +++ b/legacy/efreet/src/lib/efreet_menu.h @@ -92,7 +92,7 @@ EAPI Efreet_Menu *efreet_menu_parse(const char *path); EAPI int efreet_menu_save(Efreet_Menu *menu, const char *path); /** - * @param entry The Efreet_Menu to free + * @param menu The Efreet_Menu to free * @return Returns no value * @brief Frees the given structure */ diff --git a/legacy/efreet/src/lib/efreet_uri.h b/legacy/efreet/src/lib/efreet_uri.h index 0a428f5..32aaeee 100644 --- a/legacy/efreet/src/lib/efreet_uri.h +++ b/legacy/efreet/src/lib/efreet_uri.h @@ -40,7 +40,7 @@ struct Efreet_Uri EAPI const char *efreet_uri_encode(Efreet_Uri *uri); /** - * @param full_uri a valid uri string to parse + * @param val a valid uri string to parse * @return Return The corresponding Efreet_Uri structure. Or NULL on errors. * @brief Read a single uri and return an Efreet_Uri struct. If there's no * hostname in the uri then the hostname parameter will be NULL. All the uri