mirror of
https://github.com/Z3Prover/z3
synced 2025-08-11 21:50:52 +00:00
ML API: proper use of datatype API for list/enum/constructor.
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
parent
6842acbea8
commit
dc03e2903f
3 changed files with 27 additions and 29 deletions
|
@ -7,4 +7,4 @@ all:
|
|||
|
||||
doc: *.ml
|
||||
mkdir -p doc
|
||||
ocamldoc -html -d doc -I ../../../bld_dbg/api/ml -sort *.mli -hide Z3
|
||||
ocamldoc -html -d doc -I _build -sort *.mli -hide Z3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue