X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Fproperty-string-parser.h;h=a6e0e0f6380f09ab3698ca21905275323331cc05;hb=c991b005845eddd9ee82d0239742829be4c62c1c;hp=3584f35794c3f1e009a03bda7beee1ad000d2413;hpb=b97b29c76acefabbae2c0a4e9ecc261bf9dd8036;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/text/property-string-parser.h b/dali-toolkit/internal/text/property-string-parser.h index 3584f35..a6e0e0f 100644 --- a/dali-toolkit/internal/text/property-string-parser.h +++ b/dali-toolkit/internal/text/property-string-parser.h @@ -2,7 +2,7 @@ #define DALI_TOOLKIT_PROPERTY_STRING_PARSER_H /* - * Copyright (c) 2019 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. @@ -25,19 +25,16 @@ namespace Dali { - // Forward declaration struct Vector2; namespace Toolkit { - // Forward declaration class TreeNode; namespace Text { - /** * @brief Creates a map with pairs 'key,value' with the property's parameters. * @@ -45,7 +42,7 @@ namespace Text * @param[out] map A map with the property's parameters. * */ -void CreatePropertyMap( const TreeNode* const node, Property::Map& map ); +void CreatePropertyMap(const TreeNode* const node, Property::Map& map); /** * @brief Parses a property string. @@ -54,7 +51,7 @@ void CreatePropertyMap( const TreeNode* const node, Property::Map& map ); * @param[out] map A map with the property's parameters. * */ -void ParsePropertyString( const std::string& property, Property::Map& map ); +void ParsePropertyString(const std::string& property, Property::Map& map); } //namespace Text