mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-01 23:32:51 -06:00
Updated C# documentation
This commit is contained in:
@@ -38,7 +38,7 @@ namespace PGFSharp
|
||||
/// </summary>
|
||||
/// <param name="exprStr"></param>
|
||||
/// <returns></returns>
|
||||
public Expr ReadExpr(string exprStr)
|
||||
public static Expr ReadExpr(string exprStr)
|
||||
{
|
||||
var tmp_pool = new NativeGU.NativeMemoryPool();
|
||||
var exn = new NativeGU.NativeExceptionContext(tmp_pool);
|
||||
|
||||
Reference in New Issue
Block a user