Fixed XML documentation warnings.
This commit is contained in:
parent
98ae93d424
commit
4155342b2e
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ namespace OpenTK
|
||||||
|
|
||||||
/// <summary>Changes the resolution of the DisplayDevice.</summary>
|
/// <summary>Changes the resolution of the DisplayDevice.</summary>
|
||||||
/// <param name="resolution">The resolution to set. <see cref="DisplayDevice.SelectResolution"/></param>
|
/// <param name="resolution">The resolution to set. <see cref="DisplayDevice.SelectResolution"/></param>
|
||||||
/// <exception cref="GraphicsModeException">Thrown if the requested resolution could not be set.</exception>
|
/// <exception cref="Graphics.GraphicsModeException">Thrown if the requested resolution could not be set.</exception>
|
||||||
/// <remarks>If the specified resolution is null, this function will restore the original DisplayResolution.</remarks>
|
/// <remarks>If the specified resolution is null, this function will restore the original DisplayResolution.</remarks>
|
||||||
public void ChangeResolution(DisplayResolution resolution)
|
public void ChangeResolution(DisplayResolution resolution)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue