From a693c065e6d4c80d7494198be19d2b7a5142908a Mon Sep 17 00:00:00 2001 From: Ellen Spertus Date: Sat, 20 Jan 2024 20:09:17 -0800 Subject: [PATCH] Add info about javadoc generation --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0419baa..fb9b1b0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -24,3 +24,6 @@ selected](https://github.com/espertus/jacquard/assets/661056/5f33dcb0-76ab-4e4e- IntelliJ sometimes grays out most of `build.gradle`. If this happens, select `Reload All Gradle Projects` (the circular icon in the top left of the [Gradle panel screenshot](https://github.com/espertus/jacquard/assets/661056/5f33dcb0-76ab-4e4e-80e5-bf344c7a0ab9). [[Stack Overflow](https://stackoverflow.com/a/60207549/631051)]. + +## Javadoc +Javadoc is automatically generated through a github action and pushed to [https://ellenspertus.com/jacquard/index.html](https://ellenspertus.com/jacquard/index.html) when changes are merged into `main`.