Index: MsgDefs.h =================================================================== diff -u -r611cf4946c8217b0f1d805c1a13ca81482360043 -rf6d940c2b266a5e2a07a67c3d4e32efe9df4bcd2 --- MsgDefs.h (.../MsgDefs.h) (revision 611cf4946c8217b0f1d805c1a13ca81482360043) +++ MsgDefs.h (.../MsgDefs.h) (revision f6d940c2b266a5e2a07a67c3d4e32efe9df4bcd2) @@ -3,7 +3,7 @@ * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. * * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN - * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER + * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * * @file MsgDefs.h * @@ -147,8 +147,8 @@ END_OF_MSG_IDS ///< End of system message IDs }; -/// Type for message IDs enumeration -typedef enum Msg_IDs MSG_ID_T; + +typedef enum Msg_IDs MSG_ID_T; ///< Type for message IDs enumeration /// Enumeration of settings change rejection reason codes enum Request_Reject_Reasons @@ -172,7 +172,7 @@ REQUEST_REJECT_REASON_SALINE_BOLUS_IN_PROGRESS, ///< A saline bolus is in progress NUM_OF_REQUEST_REJECT_REASONS ///< Number of settings change reject codes }; -/// Type for settings change rejection reason codes enumeration -typedef enum Request_Reject_Reasons REQUEST_REJECT_REASON_CODE_T; + +typedef enum Request_Reject_Reasons REQUEST_REJECT_REASON_CODE_T; ///< Type for settings change rejection reason codes enumeration #endif