[r][documentation]: Adding model summary to model documentation files. (#4310)

* feat(documentation): Adding model documentation

* feat(documentation): Adding model documentation
This commit is contained in:
Sai Giridhar P 2019-10-30 14:36:39 +05:30 committed by William Cheng
parent eaca7b8d48
commit 3082eda27e
7 changed files with 8 additions and 0 deletions

View File

@ -1,5 +1,7 @@
{{#models}}{{#model}}# {{packageName}}::{{classname}} {{#models}}{{#model}}# {{packageName}}::{{classname}}
{{#description}}{{description}}
{{/description}}
## Properties ## Properties
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------

View File

@ -1,5 +1,6 @@
# petstore::Category # petstore::Category
A category for a pet
## Properties ## Properties
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------

View File

@ -1,5 +1,6 @@
# petstore::ModelApiResponse # petstore::ModelApiResponse
Describes the result of uploading an image resource
## Properties ## Properties
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------

View File

@ -1,5 +1,6 @@
# petstore::Order # petstore::Order
An order for a pets from the pet store
## Properties ## Properties
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------

View File

@ -1,5 +1,6 @@
# petstore::Pet # petstore::Pet
A pet for sale in the pet store
## Properties ## Properties
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------

View File

@ -1,5 +1,6 @@
# petstore::Tag # petstore::Tag
A tag for a pet
## Properties ## Properties
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------

View File

@ -1,5 +1,6 @@
# petstore::User # petstore::User
A User who is purchasing from the pet store
## Properties ## Properties
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------