fix 'found unknown command' warning in generating doxygen
authorJihoon Kim <jihoon48.kim@samsung.com>
Mon, 6 Jan 2014 05:00:18 +0000 (14:00 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Mon, 6 Jan 2014 05:01:15 +0000 (14:01 +0900)
src/lib/ecore_x/xcb/ecore_xcb_randr.c
src/lib/ecore_x/xlib/ecore_x_randr.c
src/lib/eina/eina_file.h
src/lib/eio/Eio.h
src/lib/evas/Evas_Legacy.h

index d74644c..adce38d 100644 (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
  * 
index 0be984d..c33760b 100644 (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
  * 
index fa03316..99e8e81 100644 (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,
index 7c9bd06..5ef2149 100644 (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 @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.
index 5b5b0fc..3f4bdf7 100644 (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 @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()