mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Add summaries to instance variables
This commit is contained in:
@@ -15,7 +15,9 @@ namespace SabreTools.Reports.Formats
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public abstract class SeparatedValue : BaseReport
|
public abstract class SeparatedValue : BaseReport
|
||||||
{
|
{
|
||||||
// Private instance variables specific to Hashfile DATs
|
/// <summary>
|
||||||
|
/// Represents the delimiter between fields
|
||||||
|
/// </summary>
|
||||||
protected char _delim;
|
protected char _delim;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
@@ -13,6 +13,9 @@ namespace SabreTools.Reports.Formats
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public class Textfile : BaseReport
|
public class Textfile : BaseReport
|
||||||
{
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// Represents if the output goes to console or to a file
|
||||||
|
/// </summary>
|
||||||
protected bool _writeToConsole = false;
|
protected bool _writeToConsole = false;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user