Updated comments for missing <br />
This commit is contained in:
parent
9dc2564c8a
commit
c2750423ac
|
@ -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; }
|
||||
|
|
|
@ -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; }
|
||||
|
|
Loading…
Reference in a new issue