Do not HTML escaped the description in the doc (#4321)

* html escaped the description in the doc

* update python oas3 sample
This commit is contained in:
William Cheng 2019-10-31 09:10:05 +08:00 committed by GitHub
parent 2188e0feda
commit 33f63d6163
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
39 changed files with 39 additions and 39 deletions

View File

@ -1,6 +1,6 @@
# {{classname}}
{{#description}}{{description}}
{{#description}}{{&description}}
{{/description}}
## Properties

View File

@ -1,7 +1,7 @@
{{#models}}
{{#model}}
# {{{packageName}}}.{{modelPackage}}.{{{classname}}}
{{#description}}{{description}}
{{#description}}{{&description}}
{{/description}}
## Properties

View File

@ -1,6 +1,6 @@
{{#models}}{{#model}}# {{classname}}
{{#description}}{{description}}
{{#description}}{{&description}}
{{/description}}
## Properties
Name | Type | Description | Notes

View File

@ -1,6 +1,6 @@
{{#models}}{{#model}}# {{classname}}
{{#description}}{{description}}
{{#description}}{{&description}}
{{/description}}
## Properties
Name | Type | Description | Notes

View File

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

View File

@ -1,5 +1,5 @@
# Org.OpenAPITools.Model.ClassModel
Model for testing model with \"_class\" property
Model for testing model with \"_class\" property
## Properties
Name | Type | Description | Notes

View File

@ -1,5 +1,5 @@
# Org.OpenAPITools.Model.File
Must be named `File` for test.
Must be named `File` for test.
## Properties
Name | Type | Description | Notes

View File

@ -1,5 +1,5 @@
# Org.OpenAPITools.Model.ClassModel
Model for testing model with \"_class\" property
Model for testing model with \"_class\" property
## Properties
Name | Type | Description | Notes

View File

@ -1,5 +1,5 @@
# Org.OpenAPITools.Model.File
Must be named `File` for test.
Must be named `File` for test.
## Properties
Name | Type | Description | Notes

View File

@ -2,7 +2,7 @@
# ClassModel
Model for testing model with \"_class\" property
Model for testing model with \"_class\" property
## Properties
Name | Type | Description | Notes

View File

@ -2,7 +2,7 @@
# ClassModel
Model for testing model with \"_class\" property
Model for testing model with \"_class\" property
## Properties
Name | Type | Description | Notes

View File

@ -2,7 +2,7 @@
# ClassModel
Model for testing model with \"_class\" property
Model for testing model with \"_class\" property
## Properties
Name | Type | Description | Notes

View File

@ -2,7 +2,7 @@
# ClassModel
Model for testing model with \"_class\" property
Model for testing model with \"_class\" property
## Properties
Name | Type | Description | Notes

View File

@ -2,7 +2,7 @@
# ClassModel
Model for testing model with \"_class\" property
Model for testing model with \"_class\" property
## Properties
Name | Type | Description | Notes

View File

@ -2,7 +2,7 @@
# ClassModel
Model for testing model with \"_class\" property
Model for testing model with \"_class\" property
## Properties
Name | Type | Description | Notes

View File

@ -2,7 +2,7 @@
# ClassModel
Model for testing model with \"_class\" property
Model for testing model with \"_class\" property
## Properties
Name | Type | Description | Notes

View File

@ -2,7 +2,7 @@
# ClassModel
Model for testing model with \"_class\" property
Model for testing model with \"_class\" property
## Properties
Name | Type | Description | Notes

View File

@ -2,7 +2,7 @@
# ClassModel
Model for testing model with \"_class\" property
Model for testing model with \"_class\" property
## Properties
Name | Type | Description | Notes

View File

@ -2,7 +2,7 @@
# ClassModel
Model for testing model with \"_class\" property
Model for testing model with \"_class\" property
## Properties
Name | Type | Description | Notes

View File

@ -2,7 +2,7 @@
# ClassModel
Model for testing model with \"_class\" property
Model for testing model with \"_class\" property
## Properties
Name | Type | Description | Notes

View File

@ -2,7 +2,7 @@
# ClassModel
Model for testing model with \"_class\" property
Model for testing model with \"_class\" property
## Properties
Name | Type | Description | Notes

View File

@ -2,7 +2,7 @@
# ClassModel
Model for testing model with \"_class\" property
Model for testing model with \"_class\" property
## Properties
Name | Type | Description | Notes

View File

@ -2,7 +2,7 @@
# ClassModel
Model for testing model with \"_class\" property
Model for testing model with \"_class\" property
## Properties
Name | Type | Description | Notes

View File

@ -2,7 +2,7 @@
# ClassModel
Model for testing model with \"_class\" property
Model for testing model with \"_class\" property
## Properties
Name | Type | Description | Notes

View File

@ -2,7 +2,7 @@
# ClassModel
Model for testing model with \"_class\" property
Model for testing model with \"_class\" property
## Properties
Name | Type | Description | Notes

View File

@ -2,7 +2,7 @@
# ClassModel
Model for testing model with \"_class\" property
Model for testing model with \"_class\" property
## Properties
Name | Type | Description | Notes

View File

@ -2,7 +2,7 @@
# ClassModel
Model for testing model with \"_class\" property
Model for testing model with \"_class\" property
## Properties
Name | Type | Description | Notes

View File

@ -2,7 +2,7 @@
# ClassModel
Model for testing model with \"_class\" property
Model for testing model with \"_class\" property
## Properties
Name | Type | Description | Notes

View File

@ -2,7 +2,7 @@
# ClassModel
Model for testing model with \"_class\" property
Model for testing model with \"_class\" property
## Properties
Name | Type | Description | Notes

View File

@ -1,6 +1,6 @@
# ClassModel
Model for testing model with \"_class\" property
Model for testing model with \"_class\" property
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------

View File

@ -1,6 +1,6 @@
# File
Must be named `File` for test.
Must be named `File` for test.
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------

View File

@ -1,6 +1,6 @@
# ClassModel
Model for testing model with \"_class\" property
Model for testing model with \"_class\" property
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------

View File

@ -1,6 +1,6 @@
# File
Must be named `File` for test.
Must be named `File` for test.
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------

View File

@ -1,6 +1,6 @@
# ClassModel
Model for testing model with \"_class\" property
Model for testing model with \"_class\" property
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------

View File

@ -1,6 +1,6 @@
# File
Must be named `File` for test.
Must be named `File` for test.
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------

View File

@ -1,6 +1,6 @@
# ClassModel
Model for testing model with \"_class\" property
Model for testing model with \"_class\" property
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------

View File

@ -1,6 +1,6 @@
# File
Must be named `File` for test.
Must be named `File` for test.
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------

View File

@ -1,6 +1,6 @@
# ClassModel
Model for testing model with \"_class\" property
Model for testing model with \"_class\" property
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------

View File

@ -1,6 +1,6 @@
# File
Must be named `File` for test.
Must be named `File` for test.
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------