3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 11:55:51 +00:00

FPA API documentation fixes

Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
Christoph M. Wintersteiger 2014-04-23 18:39:36 +01:00
parent 3e5a702073
commit 0279a1042d
3 changed files with 6 additions and 5 deletions

View file

@ -30,7 +30,8 @@ namespace Microsoft.Z3
/// </summary>
public class FPExpr : Expr
{
#region Internal
#region Internal
/// <summary> Constructor for FPExpr </summary>
internal protected FPExpr(Context ctx)
: base(ctx)
{