Updated comments for missing <br />

This commit is contained in:
Sandro Pazzi 2018-07-30 11:08:50 +02:00
parent 9dc2564c8a
commit c2750423ac
2 changed files with 2 additions and 2 deletions

View file

@ -96,7 +96,7 @@ namespace AsterNET.Manager.Action
public bool Paused { get; set; }
/// <summary>
/// Get/Set an alternate interface to be used to determine the state of the member.
/// Get/Set an alternate interface to be used to determine the state of the member.<br />
/// Available since Asterisk 12.
/// </summary>
public string StateInterface { get; set; }

View file

@ -16,7 +16,7 @@ namespace AsterNET.Manager.Event
public long HoldTime { get; set; }
/// <summary>
/// Get/Set bridged channel.
/// Get/Set bridged channel. <br />
/// Removed from Asterisk 12
/// </summary>
public string BridgedChannel { get; set; }