Skip to content

Commit

Permalink
Fixing the typo "descrption" of the JSON-RPC document. Thanks to #938
Browse files Browse the repository at this point in the history
  • Loading branch information
Daiyuu Nobori committed Jul 10, 2019
1 parent 50e3982 commit a9f31d7
Show file tree
Hide file tree
Showing 13 changed files with 412 additions and 412 deletions.
268 changes: 134 additions & 134 deletions developer_tools/vpnserver-jsonrpc-clients/README.html

Large diffs are not rendered by default.

268 changes: 134 additions & 134 deletions developer_tools/vpnserver-jsonrpc-clients/README.md

Large diffs are not rendered by default.

Expand Up @@ -2,7 +2,7 @@
//
// JsonRpc.cs - JSON-RPC Client Utility Functions
//
// Automatically generated at 2019-05-29 18:21:39 by vpnserver-jsonrpc-codegen
// Automatically generated at 2019-07-10 14:36:11 by vpnserver-jsonrpc-codegen
//
// Licensed under the Apache License 2.0
// Copyright (c) 2014-2019 SoftEther VPN Project
Expand Down
Expand Up @@ -2,7 +2,7 @@
//
// VPNServerRpc.cs - SoftEther VPN Server's JSON-RPC Stubs
//
// Automatically generated at 2019-05-29 18:21:39 by vpnserver-jsonrpc-codegen
// Automatically generated at 2019-07-10 14:36:11 by vpnserver-jsonrpc-codegen
//
// Licensed under the Apache License 2.0
// Copyright (c) 2014-2019 SoftEther VPN Project
Expand Down
Expand Up @@ -2,7 +2,7 @@
//
// VPNServerRpcTypes.cs - Data Type Definition for SoftEther VPN Server JSON-RPC Stubs
//
// Automatically generated at 2019-05-29 18:21:39 by vpnserver-jsonrpc-codegen
// Automatically generated at 2019-07-10 14:36:11 by vpnserver-jsonrpc-codegen
//
// Licensed under the Apache License 2.0
// Copyright (c) 2014-2019 SoftEther VPN Project
Expand Down
Expand Up @@ -2,7 +2,7 @@
//
// Program.cs - The Main() entry point
//
// Automatically generated at 2019-05-29 18:21:39 by vpnserver-jsonrpc-codegen
// Automatically generated at 2019-07-10 14:36:11 by vpnserver-jsonrpc-codegen
//
// Licensed under the Apache License 2.0
// Copyright (c) 2014-2019 SoftEther VPN Project
Expand Down
Expand Up @@ -5,7 +5,7 @@
// This sample code shows how to call all available RPC functions.
// You can copy and paste test code to write your own C# codes.
//
// Automatically generated at 2019-05-29 18:21:39 by vpnserver-jsonrpc-codegen
// Automatically generated at 2019-07-10 14:36:11 by vpnserver-jsonrpc-codegen
//
// Licensed under the Apache License 2.0
// Copyright (c) 2014-2019 SoftEther VPN Project
Expand Down
Expand Up @@ -2,7 +2,7 @@
// Runs on both web browsers and Node.js
//
// sample.ts
// Automatically generated at 2019-05-29 18:21:39 by vpnserver-jsonrpc-codegen
// Automatically generated at 2019-07-10 14:36:11 by vpnserver-jsonrpc-codegen
//
// This sample code shows how to call all available RPC functions.
// You can copy and paste test code to write your own web browser TypeScript / JavaScript codes.
Expand Down
@@ -1,7 +1,7 @@
// SoftEther VPN Server JSON-RPC Stub code for TypeScript
//
// vpnrpc.ts
// Automatically generated at 2019-05-29 18:21:39 by vpnserver-jsonrpc-codegen
// Automatically generated at 2019-07-10 14:36:11 by vpnserver-jsonrpc-codegen
//
// Licensed under the Apache License 2.0
// Copyright (c) 2014-2019 SoftEther VPN Project
Expand Down
Expand Up @@ -2,7 +2,7 @@
// Runs on both web browsers and Node.js
//
// sample.ts
// Automatically generated at 2019-05-29 18:21:39 by vpnserver-jsonrpc-codegen
// Automatically generated at 2019-07-10 14:36:11 by vpnserver-jsonrpc-codegen
//
// This sample code shows how to call all available RPC functions.
// You can copy and paste test code to write your own web browser TypeScript / JavaScript codes.
Expand Down
@@ -1,7 +1,7 @@
// SoftEther VPN Server JSON-RPC Stub code for TypeScript
//
// vpnrpc.ts
// Automatically generated at 2019-05-29 18:21:39 by vpnserver-jsonrpc-codegen
// Automatically generated at 2019-07-10 14:36:11 by vpnserver-jsonrpc-codegen
//
// Licensed under the Apache License 2.0
// Copyright (c) 2014-2019 SoftEther VPN Project
Expand Down
Expand Up @@ -1503,7 +1503,7 @@ void doc_write_parameters(StringWriter w, RpcTypeInfo type_info)
}
}

w.WriteLine("Name | Type | Descrption");
w.WriteLine("Name | Type | Description");
w.WriteLine("--- | --- | ---");
foreach (RpcTypeParameterInfo p in plist)
{
Expand Down

0 comments on commit a9f31d7

Please sign in to comment.