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; }
|
public bool Paused { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <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.
|
/// Available since Asterisk 12.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string StateInterface { get; set; }
|
public string StateInterface { get; set; }
|
||||||
|
|
|
@ -16,7 +16,7 @@ namespace AsterNET.Manager.Event
|
||||||
public long HoldTime { get; set; }
|
public long HoldTime { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Get/Set bridged channel.
|
/// Get/Set bridged channel. <br />
|
||||||
/// Removed from Asterisk 12
|
/// Removed from Asterisk 12
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string BridgedChannel { get; set; }
|
public string BridgedChannel { get; set; }
|
||||||
|
|
Loading…
Reference in a new issue