mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-23 12:05:33 +00:00
Correct missing parameter documentation.
This commit is contained in:
parent
aa60aeb86a
commit
446a484f7f
|
@ -28,8 +28,8 @@ namespace OpenTK.Rewrite
|
||||||
/// Initializes a new instance of the <see cref="GeneratedVariableIdentifier"/> class.
|
/// Initializes a new instance of the <see cref="GeneratedVariableIdentifier"/> class.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="body">The method body which the variable is in.</param>
|
/// <param name="body">The method body which the variable is in.</param>
|
||||||
|
/// <param name="definition">The definition of the generated variable.</param>
|
||||||
/// <param name="name">The name of the generated variable.</param>
|
/// <param name="name">The name of the generated variable.</param>
|
||||||
/// <param name="index">The index of the generated variable in its method.</param>
|
|
||||||
/// <exception cref="ArgumentException"></exception>
|
/// <exception cref="ArgumentException"></exception>
|
||||||
public GeneratedVariableIdentifier(MethodBody body, VariableDefinition definition, string name)
|
public GeneratedVariableIdentifier(MethodBody body, VariableDefinition definition, string name)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue