REFACTOR: Parameter has no matching param tag in the XML comment.

This commit is contained in:
2017-12-21 16:42:20 +00:00
parent b386ea8ce5
commit 02ffa86b6c
5 changed files with 12 additions and 0 deletions

View File

@@ -215,6 +215,7 @@ namespace DiscImageChef.Devices
/// <param name="timeout">Timeout.</param>
/// <param name="duration">Duration.</param>
/// <param name="buffer">The SS sector.</param>
/// <param name="requestNumber">Request number.</param>
public bool KreonExtractSs(out byte[] buffer, out byte[] senseBuffer, uint timeout, out double duration,
byte requestNumber = 0x00)
{