diff --git a/doc/website.dox b/doc/website.dox
index efbf71f56..6936b4f77 100644
--- a/doc/website.dox
+++ b/doc/website.dox
@@ -13,6 +13,7 @@
- \ref capi
- \ref cppapi
- .NET API
+ - Java API
- Python API (also available in pydoc format).
- Try Z3 online at RiSE4Fun using Python or SMT 2.0.
*/
diff --git a/doc/z3api.dox b/doc/z3api.dox
index 07c7fe0dc..0233e6d83 100644
--- a/doc/z3api.dox
+++ b/doc/z3api.dox
@@ -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.