summaryrefslogtreecommitdiff
path: root/src/components/application_manager/include/application_manager/message_helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/application_manager/include/application_manager/message_helper.h')
-rw-r--r--src/components/application_manager/include/application_manager/message_helper.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/components/application_manager/include/application_manager/message_helper.h b/src/components/application_manager/include/application_manager/message_helper.h
index 21d596fa03..73f49e3477 100644
--- a/src/components/application_manager/include/application_manager/message_helper.h
+++ b/src/components/application_manager/include/application_manager/message_helper.h
@@ -636,18 +636,16 @@ class MessageHelper {
ApplicationManager& app_mngr);
/**
- * @brief Stores whether a choice set has correct VRCommands
- * MIXED means some choices have VRCommands and others don't
+ * @brief Stores whether each choice in a set has the vrCommands parameter
+ * MIXED means some choices have vrCommands and others don't
* ALL means all do, NONE means none do
*/
enum ChoiceSetVRCommandsStatus { MIXED, ALL, NONE };
/**
* @brief Check whether each choice in the set has the vrCommands parameter
- * vrCommands is an all-or-none deal
* @param choice set to check
- * @return a ChoiceSetVRCommandsStatus representing the state of the choice
- * set
+ * @return a ChoiceSetVRCommandsStatus with the state of the choice set
*/
static ChoiceSetVRCommandsStatus CheckChoiceSetVRCommands(
const smart_objects::SmartObject& choice_set);