Browse Source

Fixed comment.

pull/304/head
Tom Spilman 12 years ago
parent
commit
6b791ed752
  1. 3
      src/AST/Declaration.cs

3
src/AST/Declaration.cs

@ -217,7 +217,7 @@ namespace CppSharp.AST @@ -217,7 +217,7 @@ namespace CppSharp.AST
/// <summary>
/// Whether the declaration was explicitly set to be generated via
/// the GenerationKind propery as opposed to its default generated state.
/// the GenerationKind propery as opposed to the default generated state.
/// </summary>
public virtual bool IsExplicitlyGenerated
{
@ -257,7 +257,6 @@ namespace CppSharp.AST @@ -257,7 +257,6 @@ namespace CppSharp.AST
GenerationKind = GenerationKind.None;
}
[Obsolete("Replace set by ExplicitlyIgnore(). Replace get by GenerationKind == GenerationKind.None.")]
public bool ExplicityIgnored
{

Loading…
Cancel
Save