mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-23 09:10:51 +00:00
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:
parent
2188e0feda
commit
33f63d6163
@ -1,6 +1,6 @@
|
|||||||
# {{classname}}
|
# {{classname}}
|
||||||
|
|
||||||
{{#description}}{{description}}
|
{{#description}}{{&description}}
|
||||||
{{/description}}
|
{{/description}}
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{{#models}}
|
{{#models}}
|
||||||
{{#model}}
|
{{#model}}
|
||||||
# {{{packageName}}}.{{modelPackage}}.{{{classname}}}
|
# {{{packageName}}}.{{modelPackage}}.{{{classname}}}
|
||||||
{{#description}}{{description}}
|
{{#description}}{{&description}}
|
||||||
{{/description}}
|
{{/description}}
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{{#models}}{{#model}}# {{classname}}
|
{{#models}}{{#model}}# {{classname}}
|
||||||
|
|
||||||
{{#description}}{{description}}
|
{{#description}}{{&description}}
|
||||||
{{/description}}
|
{{/description}}
|
||||||
## Properties
|
## Properties
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{{#models}}{{#model}}# {{classname}}
|
{{#models}}{{#model}}# {{classname}}
|
||||||
|
|
||||||
{{#description}}{{description}}
|
{{#description}}{{&description}}
|
||||||
{{/description}}
|
{{/description}}
|
||||||
## Properties
|
## Properties
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{{#models}}{{#model}}# {{packageName}}::{{classname}}
|
{{#models}}{{#model}}# {{packageName}}::{{classname}}
|
||||||
|
|
||||||
{{#description}}{{description}}
|
{{#description}}{{&description}}
|
||||||
{{/description}}
|
{{/description}}
|
||||||
## Properties
|
## Properties
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Org.OpenAPITools.Model.ClassModel
|
# Org.OpenAPITools.Model.ClassModel
|
||||||
Model for testing model with \"_class\" property
|
Model for testing model with \"_class\" property
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Org.OpenAPITools.Model.File
|
# Org.OpenAPITools.Model.File
|
||||||
Must be named `File` for test.
|
Must be named `File` for test.
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Org.OpenAPITools.Model.ClassModel
|
# Org.OpenAPITools.Model.ClassModel
|
||||||
Model for testing model with \"_class\" property
|
Model for testing model with \"_class\" property
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Org.OpenAPITools.Model.File
|
# Org.OpenAPITools.Model.File
|
||||||
Must be named `File` for test.
|
Must be named `File` for test.
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# ClassModel
|
# ClassModel
|
||||||
|
|
||||||
Model for testing model with \"_class\" property
|
Model for testing model with \"_class\" property
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# ClassModel
|
# ClassModel
|
||||||
|
|
||||||
Model for testing model with \"_class\" property
|
Model for testing model with \"_class\" property
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# ClassModel
|
# ClassModel
|
||||||
|
|
||||||
Model for testing model with \"_class\" property
|
Model for testing model with \"_class\" property
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# ClassModel
|
# ClassModel
|
||||||
|
|
||||||
Model for testing model with \"_class\" property
|
Model for testing model with \"_class\" property
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# ClassModel
|
# ClassModel
|
||||||
|
|
||||||
Model for testing model with \"_class\" property
|
Model for testing model with \"_class\" property
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# ClassModel
|
# ClassModel
|
||||||
|
|
||||||
Model for testing model with \"_class\" property
|
Model for testing model with \"_class\" property
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# ClassModel
|
# ClassModel
|
||||||
|
|
||||||
Model for testing model with \"_class\" property
|
Model for testing model with \"_class\" property
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# ClassModel
|
# ClassModel
|
||||||
|
|
||||||
Model for testing model with \"_class\" property
|
Model for testing model with \"_class\" property
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# ClassModel
|
# ClassModel
|
||||||
|
|
||||||
Model for testing model with \"_class\" property
|
Model for testing model with \"_class\" property
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# ClassModel
|
# ClassModel
|
||||||
|
|
||||||
Model for testing model with \"_class\" property
|
Model for testing model with \"_class\" property
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# ClassModel
|
# ClassModel
|
||||||
|
|
||||||
Model for testing model with \"_class\" property
|
Model for testing model with \"_class\" property
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# ClassModel
|
# ClassModel
|
||||||
|
|
||||||
Model for testing model with \"_class\" property
|
Model for testing model with \"_class\" property
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# ClassModel
|
# ClassModel
|
||||||
|
|
||||||
Model for testing model with \"_class\" property
|
Model for testing model with \"_class\" property
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# ClassModel
|
# ClassModel
|
||||||
|
|
||||||
Model for testing model with \"_class\" property
|
Model for testing model with \"_class\" property
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# ClassModel
|
# ClassModel
|
||||||
|
|
||||||
Model for testing model with \"_class\" property
|
Model for testing model with \"_class\" property
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# ClassModel
|
# ClassModel
|
||||||
|
|
||||||
Model for testing model with \"_class\" property
|
Model for testing model with \"_class\" property
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# ClassModel
|
# ClassModel
|
||||||
|
|
||||||
Model for testing model with \"_class\" property
|
Model for testing model with \"_class\" property
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# ClassModel
|
# ClassModel
|
||||||
|
|
||||||
Model for testing model with \"_class\" property
|
Model for testing model with \"_class\" property
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# ClassModel
|
# ClassModel
|
||||||
|
|
||||||
Model for testing model with \"_class\" property
|
Model for testing model with \"_class\" property
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# ClassModel
|
# ClassModel
|
||||||
|
|
||||||
Model for testing model with \"_class\" property
|
Model for testing model with \"_class\" property
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# ClassModel
|
# ClassModel
|
||||||
|
|
||||||
Model for testing model with \"_class\" property
|
Model for testing model with \"_class\" property
|
||||||
## Properties
|
## Properties
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
------------ | ------------- | ------------- | -------------
|
------------ | ------------- | ------------- | -------------
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# File
|
# File
|
||||||
|
|
||||||
Must be named `File` for test.
|
Must be named `File` for test.
|
||||||
## Properties
|
## Properties
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
------------ | ------------- | ------------- | -------------
|
------------ | ------------- | ------------- | -------------
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# ClassModel
|
# ClassModel
|
||||||
|
|
||||||
Model for testing model with \"_class\" property
|
Model for testing model with \"_class\" property
|
||||||
## Properties
|
## Properties
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
------------ | ------------- | ------------- | -------------
|
------------ | ------------- | ------------- | -------------
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# File
|
# File
|
||||||
|
|
||||||
Must be named `File` for test.
|
Must be named `File` for test.
|
||||||
## Properties
|
## Properties
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
------------ | ------------- | ------------- | -------------
|
------------ | ------------- | ------------- | -------------
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# ClassModel
|
# ClassModel
|
||||||
|
|
||||||
Model for testing model with \"_class\" property
|
Model for testing model with \"_class\" property
|
||||||
## Properties
|
## Properties
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
------------ | ------------- | ------------- | -------------
|
------------ | ------------- | ------------- | -------------
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# File
|
# File
|
||||||
|
|
||||||
Must be named `File` for test.
|
Must be named `File` for test.
|
||||||
## Properties
|
## Properties
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
------------ | ------------- | ------------- | -------------
|
------------ | ------------- | ------------- | -------------
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# ClassModel
|
# ClassModel
|
||||||
|
|
||||||
Model for testing model with \"_class\" property
|
Model for testing model with \"_class\" property
|
||||||
## Properties
|
## Properties
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
------------ | ------------- | ------------- | -------------
|
------------ | ------------- | ------------- | -------------
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# File
|
# File
|
||||||
|
|
||||||
Must be named `File` for test.
|
Must be named `File` for test.
|
||||||
## Properties
|
## Properties
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
------------ | ------------- | ------------- | -------------
|
------------ | ------------- | ------------- | -------------
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# ClassModel
|
# ClassModel
|
||||||
|
|
||||||
Model for testing model with \"_class\" property
|
Model for testing model with \"_class\" property
|
||||||
## Properties
|
## Properties
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
------------ | ------------- | ------------- | -------------
|
------------ | ------------- | ------------- | -------------
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# File
|
# File
|
||||||
|
|
||||||
Must be named `File` for test.
|
Must be named `File` for test.
|
||||||
## Properties
|
## Properties
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
------------ | ------------- | ------------- | -------------
|
------------ | ------------- | ------------- | -------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user