* AudioCapture.cs: Fixed documentation warning.

This commit is contained in:
the_fiddler 2009-10-07 11:21:18 +00:00
parent 7b5cde901e
commit c0e0872c19

View file

@ -205,7 +205,7 @@ namespace OpenTK.Audio
/// <summary>
/// Start recording samples.
/// The number of available samples can be obtained through the <see cref="AvailableSamples"/> property.
/// The data can be queried with any <see cref="ReadSamples"/> method.
/// The data can be queried with any <see cref="ReadSamples(IntPtr, int)"/> method.
/// </summary>
public void Start()
{