diff --git a/src/AST/Declaration.cs b/src/AST/Declaration.cs index fdb37cf8..48c47270 100644 --- a/src/AST/Declaration.cs +++ b/src/AST/Declaration.cs @@ -217,7 +217,7 @@ namespace CppSharp.AST /// /// 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. /// public virtual bool IsExplicitlyGenerated { @@ -257,7 +257,6 @@ namespace CppSharp.AST GenerationKind = GenerationKind.None; } - [Obsolete("Replace set by ExplicitlyIgnore(). Replace get by GenerationKind == GenerationKind.None.")] public bool ExplicityIgnored {