elm_config.h: Fixed wrong documentation about cache size.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Mon, 8 Apr 2013 09:15:22 +0000 (18:15 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Mon, 8 Apr 2013 10:29:19 +0000 (19:29 +0900)
src/lib/elm_config.h

index ebd34fc..4b3b6a6 100644 (file)
@@ -909,7 +909,7 @@ EAPI void      elm_config_cache_flush_enabled_set(Eina_Bool enabled);
 /**
  * Get the configured font cache size
  *
- * This gets the globally configured font cache size, in bytes.
+ * This gets the globally configured font cache size, in kilo bytes.
  *
  * @return The font cache size
  * @ingroup Caches
@@ -919,7 +919,7 @@ EAPI int       elm_config_cache_font_cache_size_get(void);
 /**
  * Set the configured font cache size
  *
- * This sets the globally configured font cache size, in bytes
+ * This sets the globally configured font cache size, in kilo bytes
  *
  * @param size The font cache size
  * @ingroup Caches
@@ -929,7 +929,7 @@ EAPI void      elm_config_cache_font_cache_size_set(int size);
 /**
  * Get the configured image cache size
  *
- * This gets the globally configured image cache size, in bytes
+ * This gets the globally configured image cache size, in kilo bytes
  *
  * @return The image cache size
  * @ingroup Caches
@@ -939,7 +939,7 @@ EAPI int       elm_config_cache_image_cache_size_get(void);
 /**
  * Set the configured image cache size
  *
- * This sets the globally configured image cache size, in bytes
+ * This sets the globally configured image cache size, in kilo bytes
  *
  * @param size The image cache size
  * @ingroup Caches