elementary/config - fixed incorrect doc types.

Thank Bluezery for reporting.



SVN revision: 71295
This commit is contained in:
ChunEon Park 2012-05-22 04:54:28 +00:00
parent 33248e86ef
commit b17f76696b
1 changed files with 2 additions and 2 deletions

View File

@ -752,8 +752,8 @@ EAPI int elm_config_cache_flush_interval_get(void);
*
* @param size The cache flush interval time
*
* @note The @c size must greater than 0. if not, the cache flush will be
* ignored.
* @note The @p size must greater than 0. if not, the cache flush will be
* ignored.
*
* @ingroup Caches
*