forked from loafle/openapi-generator-original
add enum_outer_doc.mustache for android (#4381)
This commit is contained in:
parent
e55664cdc9
commit
b33d4ec30c
@ -0,0 +1,7 @@
|
|||||||
|
# {{classname}}
|
||||||
|
|
||||||
|
## Enum
|
||||||
|
|
||||||
|
{{#allowableValues}}{{#enumVars}}
|
||||||
|
* `{{name}}` (value: `{{{value}}}`)
|
||||||
|
{{/enumVars}}{{/allowableValues}}
|
Loading…
x
Reference in New Issue
Block a user