evas: fix unknown command warning when building doxygen

This commit is contained in:
Jihoon Kim 2014-01-06 09:01:32 +09:00
parent 8c094d1b2d
commit 777a066e87
1 changed files with 2 additions and 2 deletions

View File

@ -1900,7 +1900,7 @@ EAPI Eina_Bool ecore_evas_sticky_get(const Ecore_Evas *ee);
/**
* Enable/disable manual render
*
* @paream ee An @c Ecore_Evas handle
* @param ee An @c Ecore_Evas handle
* @param manual_render Enable/disable manual render. @c EINA_TRUE to enable
* manual render, @c EINA_FALSE to disable manual render. @c EINA_FALSE by
* default
@ -1919,7 +1919,7 @@ EAPI void ecore_evas_manual_render_set(Ecore_Evas *ee, Eina_Bool manual_r
/**
* Get enable/disable status of manual render
*
* @paream ee An @c Ecore_Evas handle
* @param ee An @c Ecore_Evas handle
* @return @c EINA_TRUE if manual render is enabled, @c EINA_FALSE if manual
* render is disabled
*