Index: PersistentAlarm.c =================================================================== diff -u -rb28e0e05a9632cc46fc12378f2993a69d861a4cb -r05059f677729c710938aca3c6c6df6910b50c24d --- PersistentAlarm.c (.../PersistentAlarm.c) (revision b28e0e05a9632cc46fc12378f2993a69d861a4cb) +++ PersistentAlarm.c (.../PersistentAlarm.c) (revision 05059f677729c710938aca3c6c6df6910b50c24d) @@ -48,8 +48,8 @@ * @brief * The initPersistentAlarm function initializes the PersistentAlarm module * when the alarm count lower than maximum persistent alarm allowed. - * Inputs : none - * Outputs : PersistentAlarm module initialized + * @details Inputs: none + * @details Outputs: PersistentAlarm module initialized * @param alarmIndex Persistent alarm index * @param alarm Alarm id * @param isClearable Flag to indicate alarm is clearable or not @@ -84,8 +84,8 @@ * The checkPersistentAlarm function check whether data is out of range or * not. Then the function set or clear alarm once the persistent counter * exceeds the limit. - * Inputs : none - * Outputs : Checks for out of range data and set/clear alarm + * @details Inputs: none + * @details Outputs: Checks for out of range data and set/clear alarm * @param alarmIndex Persistent alarm index * @param isOutOfRange Flag indicates data out of range * @param data Data to be check for out of range