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
- Host: GitHub
- URL: https://github.com/openjdk/doccheck
- Owner: openjdk
- License: gpl-2.0
- Created: 2019-05-15T09:07:49.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-01T23:24:09.000Z (over 2 years ago)
- Last Synced: 2025-06-17T14:05:10.037Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 128 KB
- Stars: 1
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.