[config] remove docs
authorMike McCormack <mj.mccormack@samsung.com>
Tue, 8 Nov 2011 04:42:45 +0000 (13:42 +0900)
committerMike McCormack <mj.mccormack@samsung.com>
Tue, 8 Nov 2011 04:42:45 +0000 (13:42 +0900)
src/lib/elm_config.c

index 2c3cc14..4b97512 100644 (file)
@@ -1671,24 +1671,12 @@ _env_get(void)
    if (s) _elm_config->desktop_entry = !!atoi(s);
 }
 
-/**
- * Get the system mirrored mode. This determines the default mirrored mode
- * of widgets.
- *
- * @return EINA_TRUE if mirrored is set, EINA_FALSE otherwise
- */
 EAPI Eina_Bool
 elm_mirrored_get(void)
 {
    return _elm_config->is_mirrored;
 }
 
-/**
- * Set the system mirrored mode. This determines the default mirrored mode
- * of widgets.
- *
- * @param mirrored EINA_TRUE to set mirrored mode, EINA_FALSE to unset it.
- */
 EAPI void
 elm_mirrored_set(Eina_Bool mirrored)
 {