https://github.com/polyhedraldev/tectonicgradle
Gradle plugin to generate Tectonic config docs
https://github.com/polyhedraldev/tectonicgradle
Last synced: about 1 year ago
JSON representation
Gradle plugin to generate Tectonic config docs
- Host: GitHub
- URL: https://github.com/polyhedraldev/tectonicgradle
- Owner: PolyhedralDev
- Created: 2021-04-28T18:03:11.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-28T18:25:17.000Z (almost 5 years ago)
- Last Synced: 2025-02-15T04:24:02.128Z (about 1 year ago)
- Language: Kotlin
- Size: 60.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TectonicGradle
TectonicGradle is a Gradle plugin that generates javadoc-style documentation for
[Tectonic](https://github.com/PolyhedralDev/Tectonic) configurations.
TectonicGradle generates documentation for all `ConfigTemplate`s and
`ObjectTemplate`s in a project, and generates inheritance links for templates. It also
supports manually inserting documentation for objects defined by `TypeLoader`s.