X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-core.git;a=blobdiff_plain;f=dali%2Fdevel-api%2Fscripting%2Fenum-helper.h;h=0cbe3206f3dd891b0b87950bdd7d97cc8a31fcf3;hp=13327d398a418b0f9256eb0ebf3aafe86300b073;hb=e08e2992259823c5f9832ad959ffa510b0445a6c;hpb=9dd163a0f41423be80c45e4350a4db2ca2aee59b diff --git a/dali/devel-api/scripting/enum-helper.h b/dali/devel-api/scripting/enum-helper.h index 13327d3..0cbe320 100644 --- a/dali/devel-api/scripting/enum-helper.h +++ b/dali/devel-api/scripting/enum-helper.h @@ -49,7 +49,7 @@ namespace Dali /** * Adds a value, typically an enum, to the table within a scope but without the scope name - * Example converts ( Layer, LAYER_2D ) to ( "LAYER_2D", Layer::Layer2D ) + * Example converts ( Layer, LAYER_UI ) to ( "LAYER_UI", Layer::LayerUI ) */ #define DALI_ENUM_TO_STRING_WITH_SCOPE( className, enumName ) { #enumName, className::enumName },