better handling of multiline comments for all lang

This commit is contained in:
wing328
2016-07-02 16:25:55 +08:00
parent 3c9b172996
commit 2464633368
41 changed files with 301 additions and 68 deletions

View File

@@ -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

View File

@@ -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)