3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-05-05 18:05:15 +00:00

git bindings v1.0

This commit is contained in:
Nikolaj Bjorner 2026-02-15 21:24:40 -08:00
parent adacc27644
commit a03500a194
33 changed files with 5289 additions and 7 deletions

View file

@ -841,7 +841,8 @@ WARN_LOGFILE =
INPUT = "@TEMP_DIR@" \
"@CXX_API_SEARCH_PATHS@" \
@DOTNET_API_SEARCH_PATHS@ \
@JAVA_API_SEARCH_PATHS@
@JAVA_API_SEARCH_PATHS@ \
@GO_API_SEARCH_PATHS@
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@ -879,7 +880,8 @@ FILE_PATTERNS = website.dox \
z3++.h \
@PYTHON_API_FILES@ \
@DOTNET_API_FILES@ \
@JAVA_API_FILES@
@JAVA_API_FILES@ \
@GO_API_FILES@
# The RECURSIVE tag can be used to specify whether or not subdirectories should
# be searched for input files as well.