Refactor and code cleanup.

This commit is contained in:
2016-07-28 22:25:26 +01:00
parent c93d469da9
commit a63ba13b6b
199 changed files with 3614 additions and 3744 deletions

View File

@@ -101,7 +101,7 @@ namespace DiscImageChef.Filesystems
public abstract Errno Mount(bool debug);
/// <summary>
/// Frees all internal structures created by <see cref="Mount"/>
/// Frees all internal structures created by <see cref="Mount()"/>
/// </summary>
public abstract Errno Unmount();