mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[Data/] Add descriptors to all classes
This commit is contained in:
@@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
namespace SabreTools.Library.Data
|
namespace SabreTools.Library.Data
|
||||||
{
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// Generic console preparation for program output
|
||||||
|
/// </summary>
|
||||||
public static class Build
|
public static class Build
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
@@ -5,6 +5,9 @@ using SabreTools.Library.Tools;
|
|||||||
|
|
||||||
namespace SabreTools.Library.Data
|
namespace SabreTools.Library.Data
|
||||||
{
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// Constants that are used throughout the library
|
||||||
|
/// </summary>
|
||||||
public static class Constants
|
public static class Constants
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
@@ -12,6 +12,9 @@ using Alphaleonis.Win32.Filesystem;
|
|||||||
|
|
||||||
namespace SabreTools.Library.Data
|
namespace SabreTools.Library.Data
|
||||||
{
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// Globally-accessible objects for the library
|
||||||
|
/// </summary>
|
||||||
public class Globals
|
public class Globals
|
||||||
{
|
{
|
||||||
#region Private implementations
|
#region Private implementations
|
||||||
|
|||||||
Reference in New Issue
Block a user