Cleanup notes

This commit is contained in:
Matt Nadareski
2020-09-02 12:36:11 -07:00
parent aa62319fc8
commit 7aa042f76d

View File

@@ -24,7 +24,7 @@ namespace SabreTools.Library.DatItems
/// <summary> /// <summary>
/// Represents one ListXML condition /// Represents one ListXML condition
/// </summary> /// </summary>
/// TODO: Promote to DatItem level? (doesn't have "name" field?) (Both used at ListXML level AND under a lot of stuff) /// TODO: Promote to DatItem level (Both used at ListXML level AND under a lot of stuff)
[JsonObject("condition")] [JsonObject("condition")]
public class Condition public class Condition
{ {
@@ -87,7 +87,7 @@ namespace SabreTools.Library.DatItems
/// <summary> /// <summary>
/// Represents one ListXML device /// Represents one ListXML device
/// </summary> /// </summary>
/// TODO: Promote to DatItem level (doesn't have "name" field?) (contains list) /// TODO: Promote to DatItem level (contains list)
[JsonObject("device")] [JsonObject("device")]
public class Device public class Device
{ {
@@ -116,7 +116,7 @@ namespace SabreTools.Library.DatItems
/// <summary> /// <summary>
/// Represents one ListXML display /// Represents one ListXML display
/// </summary> /// </summary>
/// TODO: Promote to DatItem level (doesn't have "name" field?) /// TODO: Promote to DatItem level
[JsonObject("display")] [JsonObject("display")]
public class Display public class Display
{ {
@@ -166,7 +166,7 @@ namespace SabreTools.Library.DatItems
/// <summary> /// <summary>
/// Represents one ListXML driver /// Represents one ListXML driver
/// </summary> /// </summary>
/// TODO: Promote to DatItem level (doesn't have "name" field?) /// TODO: Promote to DatItem level
[JsonObject("driver")] [JsonObject("driver")]
public class Driver public class Driver
{ {
@@ -196,7 +196,7 @@ namespace SabreTools.Library.DatItems
/// <summary> /// <summary>
/// Represents one ListXML feature /// Represents one ListXML feature
/// </summary> /// </summary>
/// TODO: Promote to DatItem level (doesn't have "name" field?) /// TODO: Promote to DatItem level
[JsonObject("feature")] [JsonObject("feature")]
public class Feature public class Feature
{ {
@@ -213,7 +213,7 @@ namespace SabreTools.Library.DatItems
/// <summary> /// <summary>
/// Represents one ListXML input /// Represents one ListXML input
/// </summary> /// </summary>
/// TODO: Promote to DatItem level (doesn't have "name" field?) (contains list) /// TODO: Promote to DatItem level (contains list)
[JsonObject("input")] [JsonObject("input")]
public class Input public class Input
{ {
@@ -265,7 +265,7 @@ namespace SabreTools.Library.DatItems
/// <summary> /// <summary>
/// Represents one ListXML port /// Represents one ListXML port
/// </summary> /// </summary>
/// TODO: Promote to DatItem level (doesn't have "name" field?) (contains list) /// TODO: Promote to DatItem level (contains list)
[JsonObject("port")] [JsonObject("port")]
public class Port public class Port
{ {
@@ -314,7 +314,7 @@ namespace SabreTools.Library.DatItems
/// <summary> /// <summary>
/// Represents one ListXML sound /// Represents one ListXML sound
/// </summary> /// </summary>
/// TODO: Promote to DatItem level (doesn't have "name" field?) /// TODO: Promote to DatItem level
[JsonObject("sound")] [JsonObject("sound")]
public class Sound public class Sound
{ {