[docs] Document the /pregen command (#6874)

This commit is contained in:
Wispy
2024-07-27 18:30:57 -05:00
committed by GitHub
parent 81ec66f05b
commit 02bf9a164e

View File

@@ -143,6 +143,10 @@ The Java code quality tools Checkstyle, PMD, and Spotless can be run via `./grad
If you only want to run the Java autoformatter, run `./gradlew spotlessApply`.
### Generated files
Several files within WPILib are generated using Jinja. If a PR is opened that modifies these templates then the files can be generated through CI by commenting `/pregen` on the PR. A new commit will be pushed with the regenerated files.
### CMake
CMake is also supported for building. See [README-CMAKE.md](README-CMAKE.md).