mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
xml doc fix.
This commit is contained in:
@@ -191,9 +191,9 @@ namespace GameRes
|
|||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Create GameRes.Entry corresponding to <paramref name="filename"/> extension.
|
/// Create GameRes.Entry corresponding to <paramref name="filename"/> extension.
|
||||||
|
/// </summary>
|
||||||
/// <exception cref="System.ArgumentException">May be thrown if filename contains invalid
|
/// <exception cref="System.ArgumentException">May be thrown if filename contains invalid
|
||||||
/// characters.</exception>
|
/// characters.</exception>
|
||||||
/// </summary>
|
|
||||||
public EntryType Create<EntryType> (string filename) where EntryType : Entry, new()
|
public EntryType Create<EntryType> (string filename) where EntryType : Entry, new()
|
||||||
{
|
{
|
||||||
EntryType entry = null;
|
EntryType entry = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user