summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaroslav Mamykin (GitHub) <ymamykin@luxoft.com>2019-10-16 16:21:30 +0300
committerYarik <ymamykin@gmail.com>2019-11-15 15:19:05 +0200
commite3cff807d9714df707500330402f30af2aacffd3 (patch)
tree0ca8b67909a72aff2cd6210c2a7ae096b598c146
parent35725c8b29e07c9ec6b2bc18604bd3e280dc6bd5 (diff)
downloadsdl_core-e3cff807d9714df707500330402f30af2aacffd3.tar.gz
fixup! Fix versioning appliance for vehicle data
-rw-r--r--src/components/smart_objects/include/smart_objects/object_schema_item.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/smart_objects/include/smart_objects/object_schema_item.h b/src/components/smart_objects/include/smart_objects/object_schema_item.h
index 6061f823b4..3f4481c088 100644
--- a/src/components/smart_objects/include/smart_objects/object_schema_item.h
+++ b/src/components/smart_objects/include/smart_objects/object_schema_item.h
@@ -51,8 +51,7 @@ namespace ns_smart_objects {
**/
struct SMember {
/*
- * @brief Defines data type that SMember contains
- * (OEM specific or RPC specific)
+ * @brief Defines data type that SMember contains.
*/
enum class Type { OEM_SPECIFIC = 0, RPC_SPECIFIC = 1 };