X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-scene-loader%2Fpublic-api%2Fparse-renderer-state.h;h=38103d08d5024b185ace0b0e68d814ad5cb31e67;hb=aefac7b91818861d25e2312ea4b63d2deb1a9a86;hp=97792aa8082a263f88197533079f9c4197f6b93d;hpb=bd126b5d480c08bf7a995b2c4532e80e76ec4ad2;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-scene-loader/public-api/parse-renderer-state.h b/dali-scene-loader/public-api/parse-renderer-state.h index 97792aa..38103d0 100644 --- a/dali-scene-loader/public-api/parse-renderer-state.h +++ b/dali-scene-loader/public-api/parse-renderer-state.h @@ -1,7 +1,7 @@ #ifndef DALI_SCENE_LOADER_INTERPRET_RENDERER_STATE_H #define DALI_SCENE_LOADER_INTERPRET_RENDERER_STATE_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. @@ -26,7 +26,6 @@ namespace SceneLoader { namespace RendererState { - /* * @brief Attempts to interpret a string for renderer states, which can be a combination of the following * (using '|' as a delimiter, if multiple specified):
@@ -42,8 +41,8 @@ namespace RendererState */ DALI_SCENE_LOADER_API Type Parse(const char* string, size_t length = 0, StringCallback onError = DefaultErrorCallback); -} -} -} +} // namespace RendererState +} // namespace SceneLoader +} // namespace Dali #endif //DALI_SCENE_LOADER_INTERPRET_RENDERER_STATE_H