mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Add XML comments to public entities.
This commit is contained in:
@@ -56,6 +56,9 @@ using Tuple = Aaru.Decoders.PCMCIA.Tuple;
|
||||
|
||||
namespace Aaru.Core
|
||||
{
|
||||
/// <summary>
|
||||
/// Image information operations
|
||||
/// </summary>
|
||||
public static class ImageInfo
|
||||
{
|
||||
const string MANUFACTURER_STRING = "Manufacturer";
|
||||
@@ -67,6 +70,10 @@ namespace Aaru.Core
|
||||
const string START_STRING = "Start";
|
||||
const string END_STRING = "End";
|
||||
|
||||
/// <summary>
|
||||
/// Prints image information to console
|
||||
/// </summary>
|
||||
/// <param name="imageFormat">Media image</param>
|
||||
public static void PrintImageInfo(IMediaImage imageFormat)
|
||||
{
|
||||
AaruConsole.WriteLine("Image information:");
|
||||
|
||||
Reference in New Issue
Block a user