An open API service indexing awesome lists of open source software.

https://github.com/openjdk/doccheck

https://openjdk.org/projects/code-tools/doccheck
https://github.com/openjdk/doccheck

Last synced: 12 months ago
JSON representation

https://openjdk.org/projects/code-tools/doccheck

Awesome Lists containing this project

README

          

# doccheck

https://openjdk.org/projects/code-tools/doccheck/

See the main [documentation](src/doc/doccheck.md).

## Building `doccheck`

The preferred way to build is with GNU `make`. JDKHOME needs to be set to JDK 17 or later.

```
$ make -C make JDKHOME=/path/to/JDK
```

There is an Ant `build.xml` file; it may be removed in a future update.