X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-scene-loader%2Fpublic-api%2Falpha-function-helper.h;h=a524b81fc1bd60afd6bb2f58019b1c75c3e69568;hb=c857a82d2a092fe17e654baf70afd454143310de;hp=1a6c9ada27cf0b34c0d0d509dac34b719a3757d1;hpb=7a315fe9869206bf6ad3195931f27d88fe9c128e;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-scene-loader/public-api/alpha-function-helper.h b/dali-scene-loader/public-api/alpha-function-helper.h index 1a6c9ad..a524b81 100644 --- a/dali-scene-loader/public-api/alpha-function-helper.h +++ b/dali-scene-loader/public-api/alpha-function-helper.h @@ -1,7 +1,7 @@ #ifndef DALI_SCENE_LOADER_ALPHA_FUNCTION_HELPER_H_ #define DALI_SCENE_LOADER_ALPHA_FUNCTION_HELPER_H_ /* - * Copyright (c) 2020 Samsung Electronics Co., Ltd. + * Copyright (c) 2021 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. @@ -19,14 +19,13 @@ #include "dali-scene-loader/public-api/api.h" -#include "dali/public-api/animation/alpha-function.h" #include +#include "dali/public-api/animation/alpha-function.h" namespace Dali { namespace SceneLoader { - /** * @return Given a name, provide a AlphaFunction; if the name was not * recognised, get the default one. @@ -39,7 +38,7 @@ AlphaFunction DALI_SCENE_LOADER_API GetAlphaFunction(const std::string& name, bo */ void DALI_SCENE_LOADER_API RegisterAlphaFunction(const std::string& name, AlphaFunction alphaFn) noexcept(false); -} -} +} // namespace SceneLoader +} // namespace Dali #endif //DALI_SCENE_LOADER_ALPHA_FUNCTION_HELPER_H_