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

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