add enum_outer_doc.mustache for android (#4381)

This commit is contained in:
wing328 2016-12-13 17:54:23 +08:00 committed by GitHub
parent e55664cdc9
commit b33d4ec30c

View File

@ -0,0 +1,7 @@
# {{classname}}
## Enum
{{#allowableValues}}{{#enumVars}}
* `{{name}}` (value: `{{{value}}}`)
{{/enumVars}}{{/allowableValues}}