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

@@ -38,6 +38,7 @@ namespace Aaru.Filesystems.AppleDOS
{
public partial class AppleDOS
{
/// <inheritdoc />
/// <summary>Lists all extended attributes, alternate data streams and forks of the given file.</summary>
/// <returns>Error number.</returns>
/// <param name="path">Path.</param>
@@ -81,6 +82,7 @@ namespace Aaru.Filesystems.AppleDOS
return Errno.NoError;
}
/// <inheritdoc />
/// <summary>Reads an extended attribute, alternate data stream or fork from the given file.</summary>
/// <returns>Error number.</returns>
/// <param name="path">File path.</param>