Efreet : doc fixes
authorVincent Torri <vincent.torri@gmail.com>
Sat, 31 Mar 2012 08:12:22 +0000 (08:12 +0000)
committerVincent Torri <vincent.torri@gmail.com>
Sat, 31 Mar 2012 08:12:22 +0000 (08:12 +0000)
Patch by Jérôme Pinot

SVN revision: 69816

legacy/efreet/src/lib/efreet_desktop.h
legacy/efreet/src/lib/efreet_menu.h
legacy/efreet/src/lib/efreet_uri.h

index a2bd266..f7dfe51 100644 (file)
@@ -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
index e23f694..8531cd8 100644 (file)
@@ -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
  */
index 0a428f5..32aaeee 100644 (file)
@@ -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