3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 17:45:32 +00:00

added Java docs

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2012-12-10 07:51:45 -08:00
parent 4981134fd7
commit 99d0449272
2 changed files with 4 additions and 1 deletions

View file

@ -687,6 +687,7 @@ WARN_LOGFILE =
# with spaces.
INPUT = ../src/api/dotnet \
../src/api/java \
../src/api/c++ \
./tmp
@ -740,7 +741,8 @@ FILE_PATTERNS = website.dox \
Util.cs \
Version.cs \
Z3Exception.cs \
Z3Object.cs
Z3Object.cs \
*.java
# The RECURSIVE tag can be used to turn specify whether or not subdirectories
# should be searched for input files as well. Possible values are YES and NO.