Integrate javadoc documentation (#7278)
authorGereon Kremer <nafur42@gmail.com>
Thu, 30 Sep 2021 20:34:33 +0000 (13:34 -0700)
committerGitHub <noreply@github.com>
Thu, 30 Sep 2021 20:34:33 +0000 (20:34 +0000)
commitb106c95296860cf89ea7cef00c8e8187409e755e
tree102eb4129f6a72617aef73c1cb494f16d64df31a
parent1582914d275314eb707aa21d952fd22f502bc963
Integrate javadoc documentation  (#7278)

This PR adds the cmake setup to generate javadoc documentation for the java API and integrates it into the sphinx documentation. Right now, we simply link to the javadoc. This PR also modifies a bunch of javadoc comments to use proper javadoc syntax.
docs/CMakeLists.txt
docs/api/CMakeLists.txt
docs/api/api.rst
docs/api/java/CMakeLists.txt [new file with mode: 0644]
docs/api/java/index.rst [new file with mode: 0644]
docs/conf.py.in
src/api/cpp/cvc5.h
src/api/java/CMakeLists.txt
src/api/java/cvc5/Solver.java
src/api/java/cvc5/Stat.java