From 6b791ed75206ad1f6f16ae17efb20e8b1f972862 Mon Sep 17 00:00:00 2001 From: Tom Spilman Date: Fri, 8 Aug 2014 18:02:27 -0500 Subject: [PATCH] Fixed comment. --- src/AST/Declaration.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 {