This is a modified version of: github.com/googleapis/java-docfx-doclet.git so you can also use for your docs and generate yml + MD files for your JavaDoc.
TODO:
-
Remove all google specific code from the doclet
- Remove all [cloud.google.com]https://cloud.google.com links
-
Make running the program easier
-
Add more documentation
-
Add more examples
-
Add namespace
-
Add usage instructions
-
Add Templates
Designed to generate YAML files from Javadoc output for DocFX consumption.
at github.com/googleapis/java-docfx-doclet.git.
While the doclet helps output docfx yml, there are some differences in the way Google needs this outputed to align with the other languages and look appropriate on cloud.google.com.
The original github repository for the doclet can be found at github.com/docascode/docfx-doclet.
This doclet is forked from release 143274 from June 2020 as it is still compatible with DocFX V2. This doclet has since been refactored and various features and fixes have been included.