diff --git a/GameRes/FormatCatalog.cs b/GameRes/FormatCatalog.cs index 8dce2d54..ed55d2c4 100644 --- a/GameRes/FormatCatalog.cs +++ b/GameRes/FormatCatalog.cs @@ -191,9 +191,9 @@ namespace GameRes /// /// Create GameRes.Entry corresponding to extension. + /// /// May be thrown if filename contains invalid /// characters. - /// public EntryType Create (string filename) where EntryType : Entry, new() { EntryType entry = null;