mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-22 13:14:32 +02:00
Make code doc more readable
Co-authored-by: Julian Brost <julian.brost@icinga.com>
This commit is contained in:
parent
f04387a973
commit
8d1e958275
@ -242,11 +242,11 @@ bool Checkable::NotificationReasonApplies(NotificationType type)
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns whether *this not allows sending a notification of type type right now.
|
||||
* Checks if notifications of a given type should be suppressed for this Checkable at the moment.
|
||||
*
|
||||
* @param type The type of notification to send (or not to send).
|
||||
* @param type The notification type for which to query the suppression status.
|
||||
*
|
||||
* @return Whether not to send the notification.
|
||||
* @return true if no notification of this type should be sent.
|
||||
*/
|
||||
bool Checkable::NotificationReasonSuppressed(NotificationType type)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user