diff options
author | Daniel Juyung Seo <seojuyung2@gmail.com> | 2014-08-13 19:50:38 +0900 |
---|---|---|
committer | Daniel Juyung Seo <seojuyung2@gmail.com> | 2014-08-13 19:50:38 +0900 |
commit | a4ff89794089ce80fb4fcb9a4ad64be28239422a (patch) | |
tree | 310df14005e1715163d2ec592149a8a8ffafed7e /src/lib/elm_toolbar_legacy.h | |
parent | ba67ee02cbd4ba957ea002c60b042eb724f58662 (diff) | |
download | elementary-a4ff89794089ce80fb4fcb9a4ad64be28239422a.tar.gz |
doc: added @c for eina bool in the documentation.
Diffstat (limited to 'src/lib/elm_toolbar_legacy.h')
-rw-r--r-- | src/lib/elm_toolbar_legacy.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/elm_toolbar_legacy.h b/src/lib/elm_toolbar_legacy.h index cb4e3465b..bc4f76d5d 100644 --- a/src/lib/elm_toolbar_legacy.h +++ b/src/lib/elm_toolbar_legacy.h @@ -16,7 +16,7 @@ EAPI Evas_Object *elm_toolbar_add(Evas_Object *parent); * * @param obj The toolbar object * @param reorder_mode The reorder mode - * (EINA_TRUE = on, EINA_FALSE = off) + * (@c EINA_TRUE = on, @c EINA_FALSE = off) * * @ingroup Toolbar */ @@ -27,7 +27,7 @@ EAPI void elm_toolbar_reorder_mode_set(Evas_Object *obj * * @param obj The toolbar object * @return The reorder mode - * (EINA_TRUE = on, EINA_FALSE = off) + * (@c EINA_TRUE = on, @c EINA_FALSE = off) * * @ingroup Toolbar */ @@ -38,7 +38,7 @@ EAPI Eina_Bool elm_toolbar_reorder_mode_get(const Evas_Objec * * @param obj The toolbar object. * @param transverse_expanded The transverse expansion of the item. - * (EINA_TRUE = on, EINA_FALSE = off, default = EINA_FALSE) + * (@c EINA_TRUE = on, @c EINA_FALSE = off, default = @c EINA_FALSE) * * This will expand the transverse length of the item according the transverse length of the toolbar. * The default is what the transverse length of the item is set according its min value. @@ -52,7 +52,7 @@ EAPI void elm_toolbar_transverse_expanded_set(Evas_Objec * * @param obj The toolbar object. * @return The transverse expansion of the item. - * (EINA_TRUE = on, EINA_FALSE = off, default = EINA_FALSE) + * (@c EINA_TRUE = on, @c EINA_FALSE = off, default = @c EINA_FALSE) * * @see elm_toolbar_transverse_expand_set() for details. * @@ -60,4 +60,4 @@ EAPI void elm_toolbar_transverse_expanded_set(Evas_Objec */ EAPI Eina_Bool elm_toolbar_transverse_expanded_get(const Evas_Object *obj); -#include "elm_toolbar.eo.legacy.h"
\ No newline at end of file +#include "elm_toolbar.eo.legacy.h" |