fix 'found unknown command' warning in generating doxygen

This commit is contained in:
Jihoon Kim 2014-01-06 14:00:18 +09:00
parent a76e751eb4
commit 8fcedfc017
5 changed files with 8 additions and 8 deletions

View File

@ -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
*

View File

@ -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
*

View File

@ -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,

View File

@ -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.

View File

@ -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()