mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-10 01:26:16 +00:00
better handling of multiline comments for all lang
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
# Swagger\Client\FakeApi
|
||||
|
||||
All URIs are relative to *https://petstore.swagger.io ' \" =end/v2 ' \" =end*
|
||||
All URIs are relative to *https://petstore.swagger.io *_/ ' \" =end/v2 *_/ ' \" =end*
|
||||
|
||||
Method | HTTP request | Description
|
||||
------------- | ------------- | -------------
|
||||
[**testCodeInjectEnd**](FakeApi.md#testCodeInjectEnd) | **PUT** /fake | To test code injection ' \" =end
|
||||
[**testCodeInjectEnd**](FakeApi.md#testCodeInjectEnd) | **PUT** /fake | To test code injection *_/ ' \" =end
|
||||
|
||||
|
||||
# **testCodeInjectEnd**
|
||||
> testCodeInjectEnd($test_code_inject____end)
|
||||
|
||||
To test code injection ' \" =end
|
||||
To test code injection *_/ ' \" =end
|
||||
|
||||
### Example
|
||||
```php
|
||||
@@ -18,7 +18,7 @@ To test code injection ' \" =end
|
||||
require_once(__DIR__ . '/vendor/autoload.php');
|
||||
|
||||
$api_instance = new Swagger\Client\Api\FakeApi();
|
||||
$test_code_inject____end = "test_code_inject____end_example"; // string | To test code injection ' \" =end
|
||||
$test_code_inject____end = "test_code_inject____end_example"; // string | To test code injection *_/ ' \" =end
|
||||
|
||||
try {
|
||||
$api_instance->testCodeInjectEnd($test_code_inject____end);
|
||||
@@ -32,7 +32,7 @@ try {
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------- | ------------- | ------------- | -------------
|
||||
**test_code_inject____end** | **string**| To test code injection ' \" =end | [optional]
|
||||
**test_code_inject____end** | **string**| To test code injection *_/ ' \" =end | [optional]
|
||||
|
||||
### Return type
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
## Properties
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**return** | **int** | property description ' \" =end | [optional]
|
||||
**return** | **int** | property description *_/ ' \" =end | [optional]
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user