There were quite a few of these...
/**
* @brief Get the future scheduler for the current loop.
*
- * @param[in] An object which is either a loop or a loop consumer
+ * @param[in] obj An object which is either a loop or a loop consumer
* @return The current loop's future scheduler.
*/
EAPI Eina_Future_Scheduler *efl_loop_future_scheduler_get(const Eo *obj);
/**
* @brief Sets a maximum upload speed.
*
- * @param url_con Connection object
+ * @param url_obj Connection object
* @param max_speed Maximum upload speed, in bytes per second
*/
EAPI void ecore_con_url_limit_upload_speed(Ecore_Con_Url *url_obj, off_t max_speed);
/**
* @brief Sets a maximum download speed.
*
- * @param url_con Connection object
+ * @param url_obj Connection object
* @param max_speed Maximum download speed, in bytes per second
*/
EAPI void ecore_con_url_limit_download_speed(Ecore_Con_Url *url_obj, off_t max_speed);
*
* @param output The Ecore_Drm_Output to set the mode on
* @param mode A valid Ecore_Drm_Output_Mode to set or NULL to disable the output
- * @param X The X position to set this output to
- * @param Y The Y position to set this output to
+ * @param x The X position to set this output to
+ * @param y The Y position to set this output to
*
* @return @c EINA_TRUE on success, @c EINA_FALSE on failure
*
/**
* @brief Set the axis size of the given device.
*
- * @param dev The device to set the axis size to.
+ * @param edev The device to set the axis size to.
* @param w The width of the axis.
* @param h The height of the axis.
*
* Read and process pending Drm events
*
* @param dev drm device
- * @param ctx
+ * @param drmctx
*
* @return 0 on success, -1 otherwise
*
/**
* Warp the pointer position to given coordinates
*
- * @param dev
+ * @param device
* @param x
* @param y
*
/**
* Set the user data for the output's page flip handler
*
- * @param output The output to update user data for
+ * @param o The output to update user data for
* @param data The new user data pointer
*
* @ingroup Ecore_Drm2_Output_Group
* Set the relative mode for an output
*
* @param output The output to set relative mode
- * @param relative The relative mode to set
+ * @param mode The relative mode to set
*
* @ingroup Ecore_Drm2_Output_Group
* @since 1.21
* Releasing buffers committed to scanout will potentially cause flicker,
* so this is only done when the panic flag is set.
*
- * @param output The output to force release
+ * @param o The output to force release
* @param panic Try to release even buffers committed to scanout
*
* @return EINA_TRUE if a buffer was released
* @param depth
* @param bpp
* @param format
- * @param stride
+ * @param strides
* @param dmabuf_fd
* @param dmabuf_fd_count
*
*
* @param[in] ctx An #Ecore_IMF_Context
* @param key The key of the prediction hint
- * @param data The data to replace
+ * @param value The data to replace
* @return @c EINA_TRUE on success, @c EINA_FALSE otherwise
*
* This function modifies the data of @p key with @p data in the hash associated @p
* @brief Creates and returns a new subsurface.
*
* Create a new surface (and subsurface interface), with the parent surface
- * being the one associated with the given @param win.
+ * being the one associated with the given @p win.
*
- * The @param win must be visible, otherwise there will be no surface created
+ * @p win must be visible, otherwise there will be no surface created
* for it yet.
+ * @param win The window
*
* @return the allocated and initialized Ecore_Wl_Subsurf object, or
* NULL on failure
* @ingroup Ecore_Wl_Subsurf
* @brief Places subsurface on layer above a reference surface.
*
- * Moves the @param ess subsurface to just above the reference @param
- * surface, changing the z-order. The reference @param surface must
+ * Moves the @p ess subsurface to just above the reference
+ * @p surface, changing the z-order. The reference @p surface must
* be either a sibling or parent surface, else a protocol error will
* be generated.
*
* @brief Get data from the clipboard.
*
* @param[in] window The window that owns the clipboard.
- * @param[out] data The retrieved data.
* @param[out] size The size of the data.
* @param[in] mime_type The mime type describing the data in the clipboard.
- * @return #EINA_TRUE on success, #EINA_FALSE otherwise.
+ * @return The retrieved data.
*
- * This function gets @p data of size @p size from the clipboard owned by
- * @p window. This function returns #EINA_TRUE on success, and
- * #EINA_FALSE otherwise. If @p window is @c NULL, this function returns
- * #EINA_FALSE. @p data and @p size must be valid buffers.
+ * This function gets data of size @p size from the clipboard owned by
+ * @p window. @p size must be a valid buffer.
*
* @since 1.24
*/
/**
* @brief Determines whether a group have 3D Scene.
* @param f The mapped file
- * @param glob The group name
+ * @param group The group name
*
* @return @c 1 if a Scene is found is found, @c 0 otherwise
*
*
* There is no provision to set the limits of AM/PM field.
*
- * @param[in] fieldtype Type of the field. #ELM_DATETIME_YEAR etc.
+ * @param[in] type Type of the field. #ELM_DATETIME_YEAR etc.
* @param[in] min Reference to field's minimum value.
* @param[in] max Reference to field's maximum value.
*
/**
* @brief Get the validation status.
*
- * @param The given validator
+ * @param validator The given validator
*
* @note All return value see here: http://www.gnu.org/software/libc/manual/html_node/Regular-Expressions.html
*
/**
* @brief Get a scroller's scroll blocking state
*
- * @param parent The scroller object
+ * @param obj The scroller object
* @return The blocking state
*
* @since 1.8
/**
* @brief Sets whether the window is a keyboard.
*
- * @param[in] mode If true, the window is a virtual keyboard..
+ * @param[in] is_keyboard If true, the window is a virtual keyboard..
*
* @ingroup Elm_Win
*/
*
* @param seat
* @param tty
- * @param sync
*
* @return A Elput_Manager on success, NULL on failure
*
/**
* @brief base64 url and filename safe encoding function.
- * @param src The buffer to be encoded.
+ * @param in The buffer to be encoded.
* @return the base64 url encoded string.
*
* This will create a string which is base64 encoded with url and
/**
* @brief base64 decoding function.
- * @param src The string to be decoded.
+ * @param in The string to be decoded.
* @return the base64 decoded buffer.
*
* This will create a buffer which is base64 decode of the src.
/**
* @brief decoding function for base64 url and filename safe encoding.
- * @param src The string to be decoded.
+ * @param in The string to be decoded.
* @return the base64 url decoded buffer.
*
* This will create a buffer which is base64 url decode of the src.
Evas_Device *parent_dev,
Evas_Device *emulation_dev,
Evas_Device_Class clas,
- Evas_Device_Subclass sub_clas);
+ Evas_Device_Subclass sub_class);
/**
* Delete a new device type
/**
* Get a device by its seat id
*
- * @param e The canvas to find the device on
+ * @param eo_e The canvas to find the device on
* @param id The seat id of the device.
*
* Gets the device with id @p id on Evas @p e list of devices.
* @ref evas_object_image_animated_frame_set.
*
* @param[in] obj The object
- * @param[in] frame_index The index of current frame.
+ * @return The index of current frame.
*
* @since 1.24
*/
* on it.
*
* @param[in] obj The object
- * @param[in] source Whether @c obj is to pass events ($true) or not ($false).
+ * @param[in] repeat Whether @c obj is to pass events ($true) or not ($false).
*
* @since 1.8
*/
* Set the cursor pos.
*
* @param cur the cursor to be set.
- * @param pos the pos to set.
+ * @param _pos the pos to set.
*/
EAPI void evas_textblock_cursor_pos_set(Evas_Textblock_Cursor *cur, int _pos);
/** Get the object's content it options.
*
* @param obj The textblock object.
- * @param[out] options content fitting options.
+ * @param[out] p_options content fitting options.
* @return Returns error code.
*/
EAPI int evas_textblock_fit_options_get(const Evas_Object *obj, unsigned int * p_options);
*
* @param addr Pointer to the base address.
* @param len Length of the memory.
- * @param New protection.
+ * @param prot New protection.
* @return 0 on success, -1 otherwise.
*
* Changes protection for the calling process' memory page.