diff --git a/src/lib/ecore_x/xcb/ecore_xcb_randr.c b/src/lib/ecore_x/xcb/ecore_xcb_randr.c index d74644cd2c..adce38d04f 100644 --- a/src/lib/ecore_x/xcb/ecore_xcb_randr.c +++ b/src/lib/ecore_x/xcb/ecore_xcb_randr.c @@ -258,7 +258,7 @@ ecore_x_randr_version_get(void) * @brief This function returns the current config timestamp from * XRRScreenConfiguration. * - * @params root root window to query screen configuration from + * @param root root window to query screen configuration from * * @returns The screen configuration timestamp * diff --git a/src/lib/ecore_x/xlib/ecore_x_randr.c b/src/lib/ecore_x/xlib/ecore_x_randr.c index 0be984dd3e..c33760bfe2 100644 --- a/src/lib/ecore_x/xlib/ecore_x_randr.c +++ b/src/lib/ecore_x/xlib/ecore_x_randr.c @@ -95,7 +95,7 @@ ecore_x_randr_query(void) * @brief This function returns the current config timestamp from * XRRScreenConfiguration. * - * @params root root window to query screen configuration from + * @param root root window to query screen configuration from * * @returns The screen configuration timestamp * diff --git a/src/lib/eina/eina_file.h b/src/lib/eina/eina_file.h index fa0331619e..99e8e8101b 100644 --- a/src/lib/eina/eina_file.h +++ b/src/lib/eina/eina_file.h @@ -617,7 +617,7 @@ EAPI void eina_file_map_free(Eina_File *file, void *map); /** * @brief Ask the OS to populate or otherwise pages of memory in file mapping * - * @param file The file handle from whih the map comes + * @param file The file handle from which the map comes * @param map Memory that was mapped inside of which the memory range is * @param offset The offset in bytes from the start of the map address * @param length The length in bytes of the memory region to populate @@ -626,7 +626,7 @@ EAPI void eina_file_map_free(Eina_File *file, void *map); * to the given @p file. This affects a specific range of memory and may not * be honored if the system chooses to ignore the request. * - * @sine 1.8 + * @since 1.8 */ EAPI void eina_file_map_populate(Eina_File *file, Eina_File_Populate rule, const void *map, diff --git a/src/lib/eio/Eio.h b/src/lib/eio/Eio.h index 7c9bd06b2e..5ef2149222 100644 --- a/src/lib/eio/Eio.h +++ b/src/lib/eio/Eio.h @@ -801,7 +801,7 @@ EAPI Eina_Bool eio_file_check(Eio_File *ls); * @param key The key to associate data to. * @param data The data to associate the data to. * @param free_cb Optionally a function to call to free the associated data, - * @p data is passed as the callback data parameter. If no @free_cb is provided + * @p data is passed as the callback data parameter. If no @p free_cb is provided * the user @p data remains untouched. * @return EINA_TRUE if insertion was fine. * @@ -817,7 +817,7 @@ EAPI Eina_Bool eio_file_associate_add(Eio_File *ls, * @param ls The Eio_File ls request currently calling the filter callback. * @param key The key to associate data to (will not be copied, and the pointer will not be used as long as the file is not notified). * @param data The data to associate the data to. - * @param free_cb The function to call to free the associated data, @p free will be called if not specified. + * @param free_cb The function to call to free the associated data, @p free_cb will be called if not specified. * @return EINA_TRUE if insertion was fine. * * This function can only be safely called from within the filter callback. diff --git a/src/lib/evas/Evas_Legacy.h b/src/lib/evas/Evas_Legacy.h index 5b5b0fc2fc..3f4bdf70d1 100644 --- a/src/lib/evas/Evas_Legacy.h +++ b/src/lib/evas/Evas_Legacy.h @@ -5953,7 +5953,7 @@ EAPI void evas_object_textgrid_size_get(const Evas_Object *obj, int *w, int *h); * * This function allows the font file @p font_source to be explicitly * set for the textgrid object @p obj, overriding system lookup, which - * will first occur in the given file's contents. If @font_source is + * will first occur in the given file's contents. If @p font_source is * @c NULL or is an empty string, or the same font_source has already * been set, or on error, this function does nothing. * @@ -6096,7 +6096,7 @@ EAPI void evas_object_textgrid_palette_set(Evas_Object *obj, Evas_Textgrid_Palet * stored in the buffers @p r, @p g, @p b and @p a. If @p idx is not * between 0 and the index of the latest set color, or if @p pal is * #EVAS_TEXTGRID_PALETTE_NONE or #EVAS_TEXTGRID_PALETTE_LAST, the - * values of the components are 0. @p r, @p g, @pb and @p a can be + * values of the components are 0. @p r, @p g, @p b and @p a can be * @c NULL. * * @see evas_object_textgrid_palette_set()