Improves generator docs: stability + language version added (#11270)

* Adds generatorLanguageVersion and uses it in python generators

* Regenerates docs

* Adds stability to generator docs

* Triple braces generatorLanguageVersion

* Regenerates samples

* Fixes the python-experimental setup.py file so it works with generatorLanguageVersion

* Updates generators readme
This commit is contained in:
Justin Black
2022-01-10 18:16:53 -08:00
committed by GitHub
parent 0eca629127
commit de036e211e
173 changed files with 209 additions and 26 deletions

View File

@@ -7,6 +7,7 @@ title: Documentation for the javascript-closure-angular Generator
| Property | Value | Notes |
| -------- | ----- | ----- |
| generator name | javascript-closure-angular | pass this to the generate command after -g |
| generator stability | STABLE | |
| generator type | CLIENT | |
| generator language | Javascript | |
| helpTxt | Generates a Javascript AngularJS client library (beta) annotated with Google Closure Compiler annotations(https://developers.google.com/closure/compiler/docs/js-for-compiler?hl=en) | |