Alpha function changes
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / public-api / shader-effects / page-turn-effect.h
index f48070f..3e9abb4 100644 (file)
@@ -2,7 +2,7 @@
 #define __DALI_PAGE_TURN_EFFECT_H_
 
 /*
- * Copyright (c) 2014 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2015 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -64,7 +64,7 @@ class PageTurnEffect;
  * Animation animation[mAnimationIndex] = Animation::New( ... );\n
  * animation.AnimateTo(Property( pageTurnEffect, pageTurnEffect.PageTurnEffect::GetCurrentCenterPropertyName() ),
  *                            currentCenter,
- *                            AlphaFunctions::...);\n
+ *                            AlphaFunction::...);\n
  * animation[mAnimationIndex].Play(); \n
  */