An open API service indexing awesome lists of open source software.

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

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.