# doccheck **Repository Path**: mirrors_openjdk/doccheck ## Basic Information - **Project Name**: doccheck - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2023-12-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.