From 9807ffdec71265d0e11fdc3d6932ee7fd0cda71a Mon Sep 17 00:00:00 2001 From: Joao Matos Date: Sat, 4 Feb 2017 12:42:15 +0000 Subject: [PATCH] Fixed class documentation for ASTContext. --- src/AST/ASTContext.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AST/ASTContext.cs b/src/AST/ASTContext.cs index 9d588e60..25ab6b74 100644 --- a/src/AST/ASTContext.cs +++ b/src/AST/ASTContext.cs @@ -15,7 +15,7 @@ namespace CppSharp.AST } /// - /// A library contains all the modules. + /// An AST context is a container for translation units. /// public class ASTContext {