Remove documentation for missing parameter.

This commit is contained in:
Jarl Gullberg 2017-07-30 18:46:29 +02:00
parent 337b6d4632
commit 77241fdbb3
No known key found for this signature in database
GPG key ID: 750FF6F6BDA72D23

View file

@ -108,7 +108,6 @@ namespace Bind.Structures
/// </summary> /// </summary>
/// <param name="c">The Constant to translate</param> /// <param name="c">The Constant to translate</param>
/// <param name="enums">The list of enums to check.</param> /// <param name="enums">The list of enums to check.</param>
/// <param name="auxEnums">The list of auxilliary enums to check.</param>
/// <returns>True if the reference was found; false otherwise.</returns> /// <returns>True if the reference was found; false otherwise.</returns>
public static bool TranslateConstantWithReference(Constant c, EnumCollection enums) public static bool TranslateConstantWithReference(Constant c, EnumCollection enums)
{ {