Update xmldoc

This commit is contained in:
Dean Herbert
2018-02-19 14:50:42 +09:00
parent 8b89735e9e
commit 57e61b0b0e

View File

@ -304,8 +304,8 @@ namespace osu.Game.Database
/// Create a barebones model from the provided archive. /// 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. /// Actual expensive population should be done in <see cref="Populate"/>; this should just prepare for duplicate checking.
/// </summary> /// </summary>
/// <param name="archive"></param> /// <param name="archive">The archive to create the model for.</param>
/// <returns></returns> /// <returns>A model populated with minimal information.</returns>
protected abstract TModel CreateModel(ArchiveReader archive); protected abstract TModel CreateModel(ArchiveReader archive);
/// <summary> /// <summary>