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:
parent
3e5a702073
commit
0279a1042d
3 changed files with 6 additions and 5 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue