Merge pull request #2083 from wing328/csharp_minor_fix

[C#] minor fix to documentation comment in Configuration class
This commit is contained in:
wing328 2016-02-10 22:33:43 +08:00
commit f53abf7d8e
4 changed files with 4 additions and 37 deletions

View File

@ -98,9 +98,9 @@ namespace {{packageName}}.Client
public ApiClient ApiClient; public ApiClient ApiClient;
/// <summary> /// <summary>
/// Set the ApiClient using Default or ApiClient instance /// Set the ApiClient using Default or ApiClient instance.
/// </summary> /// </summary>
/// <param name="apiClient">An instance of ApiClient /// <param name="apiClient">An instance of ApiClient.</param>
/// <returns></returns> /// <returns></returns>
public void setApiClientUsingDefault (ApiClient apiClient = null) public void setApiClientUsingDefault (ApiClient apiClient = null)
{ {

View File

@ -1,33 +0,0 @@
using System.Reflection;
using System.Runtime.InteropServices;
using System.Windows;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Swagger Library")]
[assembly: AssemblyDescription("A library generated from a Swagger doc")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Swagger")]
[assembly: AssemblyProduct("SwaggerLibrary")]
[assembly: AssemblyCopyright("No Copyright")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0")]
[assembly: AssemblyFileVersion("1.0.0")]

View File

@ -98,9 +98,9 @@ namespace IO.Swagger.Client
public ApiClient ApiClient; public ApiClient ApiClient;
/// <summary> /// <summary>
/// Set the ApiClient using Default or ApiClient instance /// Set the ApiClient using Default or ApiClient instance.
/// </summary> /// </summary>
/// <param name="apiClient">An instance of ApiClient /// <param name="apiClient">An instance of ApiClient.</param>
/// <returns></returns> /// <returns></returns>
public void setApiClientUsingDefault (ApiClient apiClient = null) public void setApiClientUsingDefault (ApiClient apiClient = null)
{ {