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>
|
||||
public abstract class SeparatedValue : BaseReport
|
||||
{
|
||||
// Private instance variables specific to Hashfile DATs
|
||||
/// <summary>
|
||||
/// Represents the delimiter between fields
|
||||
/// </summary>
|
||||
protected char _delim;
|
||||
|
||||
/// <summary>
|
||||
|
||||
@@ -13,6 +13,9 @@ namespace SabreTools.Reports.Formats
|
||||
/// </summary>
|
||||
public class Textfile : BaseReport
|
||||
{
|
||||
/// <summary>
|
||||
/// Represents if the output goes to console or to a file
|
||||
/// </summary>
|
||||
protected bool _writeToConsole = false;
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user