mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
DOCUMENTATION: Added XML documentation to DiscImageChef.Core.
This commit is contained in:
@@ -40,6 +40,11 @@ namespace DiscImageChef.Core
|
||||
{
|
||||
public static class ImageFormat
|
||||
{
|
||||
/// <summary>
|
||||
/// Detects the image plugin that recognizes the data inside a filter
|
||||
/// </summary>
|
||||
/// <param name="imageFilter">Filter</param>
|
||||
/// <returns>Detected image plugin</returns>
|
||||
public static ImagePlugin Detect(Filter imageFilter)
|
||||
{
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user