Index: HDDefs.h =================================================================== diff -u -r595cb1d02650fdacd1648e39158b264ced4eaead -r4de0bef28fa0e7bec1f35280a205facdfc4bce0b --- HDDefs.h (.../HDDefs.h) (revision 595cb1d02650fdacd1648e39158b264ced4eaead) +++ HDDefs.h (.../HDDefs.h) (revision 4de0bef28fa0e7bec1f35280a205facdfc4bce0b) @@ -739,7 +739,7 @@ }; typedef enum HD_Event_List HD_EVENT_ID_T; ///< Type for HD event list enumeration -/// Enumeration of generic confirmation. +/// Enumeration of generic confirmation request type from HD to UI. enum Generic_Confirm_Command { GENERIC_CONFIRM_CMD_REQUEST_OPEN = 0, ///< Generic Confirm command to display the confirmation @@ -757,7 +757,7 @@ * @{ */ -/// Enumeration of generic confirmation. +/// Enumeration of generic confirmation id between HD and UI. enum Generic_Confirm_Id { GENERIC_CONFIRM_ID_NONE = 0, ///< Generic Confirm None