Update xmldoc

This commit is contained in:
Dean Herbert 2018-02-19 14:50:42 +09:00
parent 8b89735e9e
commit 57e61b0b0e
1 changed files with 2 additions and 2 deletions

View File

@ -304,8 +304,8 @@ private List<TFileModel> createFileInfos(ArchiveReader reader, FileStore files)
/// Create a barebones model from the provided archive.
/// Actual expensive population should be done in <see cref="Populate"/>; this should just prepare for duplicate checking.
/// </summary>
/// <param name="archive"></param>
/// <returns></returns>
/// <param name="archive">The archive to create the model for.</param>
/// <returns>A model populated with minimal information.</returns>
protected abstract TModel CreateModel(ArchiveReader archive);
/// <summary>