DOCUMENTATION: Added XML documentation to DiscImageChef.Filters.

This commit is contained in:
2017-12-23 04:06:02 +00:00
parent 3d38e01fdc
commit 5b2011b333
10 changed files with 39 additions and 0 deletions

View File

@@ -38,6 +38,9 @@ using System.Text;
namespace DiscImageChef.Filters
{
// TODO: Interpret fdScript
/// <summary>
/// Decodes MacBinary files
/// </summary>
public class MacBinary : Filter
{
[StructLayout(LayoutKind.Sequential, Pack = 1)]