mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-07-02 10:38:16 +00:00
wip: update XML comments
This commit is contained in:
parent
4fa7a42330
commit
d0b07ad7d9
2 changed files with 4 additions and 1 deletions
|
|
@ -10,6 +10,10 @@ namespace PepperDash.Essentials.Core.Bridges
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static class BridgeHelper
|
public static class BridgeHelper
|
||||||
{
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// PrintJoinMp method
|
||||||
|
/// </summary>
|
||||||
|
/// <param name="command">target bridgekey to print join map for</param>
|
||||||
public static void PrintJoinMap(string command)
|
public static void PrintJoinMap(string command)
|
||||||
{
|
{
|
||||||
var targets = command.Split(' ');
|
var targets = command.Split(' ');
|
||||||
|
|
|
||||||
|
|
@ -285,7 +285,6 @@ namespace PepperDash.Essentials.Room.Config
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets the SourceListKey
|
/// Gets or sets the SourceListKey
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// </summary>
|
|
||||||
[JsonProperty("sourceListKey")]
|
[JsonProperty("sourceListKey")]
|
||||||
public string SourceListKey { get; set; }
|
public string SourceListKey { get; set; }
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue