Inherit documentation.

This commit is contained in:
2020-07-20 05:20:18 +01:00
parent 9cfef45856
commit b52642af4e
14 changed files with 27 additions and 15 deletions

View File

@@ -794,6 +794,7 @@ namespace Aaru.Filesystems.CPM
return Errno.NoError;
}
/// <inheritdoc />
/// <summary>Gets information about the mounted volume.</summary>
/// <param name="stat">Information about the mounted volume.</param>
public Errno StatFs(out FileSystemInfo stat)