https://github.com/processing/processing4-javadocs
This repository automatically generates the Javadoc for Processing 4 and hosts it on GitHub Pages
https://github.com/processing/processing4-javadocs
Last synced: 9 months ago
JSON representation
This repository automatically generates the Javadoc for Processing 4 and hosts it on GitHub Pages
- Host: GitHub
- URL: https://github.com/processing/processing4-javadocs
- Owner: processing
- Created: 2024-08-21T09:10:26.000Z (over 1 year ago)
- Default Branch: gh-pages
- Last Pushed: 2024-12-11T13:06:09.000Z (about 1 year ago)
- Last Synced: 2024-12-11T13:21:35.221Z (about 1 year ago)
- Size: 649 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Processing 4 Javadoc
This repository automatically generates the Javadoc for Processing 4 and hosts it on GitHub Pages at the following address:
👉 https://processing.github.io/processing4-javadocs/
## How It Works
This repository uses a custom GitHub Actions workflow [`build-and-deploy-javadoc.yml`](https://github.com/processing/processing4-javadocs/blob/gh-pages/.github/workflows/build-and-deploy-javadoc.yml).
The workflow builds the Javadocs using `ant doc`, then copies the generated files to the `/doc` directory of this repository and deploys them to GitHub Pages.
## Legacy
The source files for the [Processing 3 Javadocs](https://processing.github.io/processing-javadocs/core/) can be found at https://github.com/processing/processing-javadocs
## License
The Processing 4 reference is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License ([CC-BY-NC-SA-4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)).