1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-04-03 18:00:08 +03:00

Fixing the typo "descrption" of the JSON-RPC document. Thanks to https://github.com/SoftEtherVPN/SoftEtherVPN/issues/938

This commit is contained in:
Daiyuu Nobori 2019-07-10 14:37:30 +09:00
parent 50e39826e4
commit a9f31d7df9
13 changed files with 412 additions and 412 deletions
developer_tools
vpnserver-jsonrpc-clients
README.htmlREADME.md
vpnserver-jsonrpc-client-csharp
vpnserver-jsonrpc-client-nodejs-package/src
vpnserver-jsonrpc-client-typescript
vpnserver-jsonrpc-codegen/CodeGen
src/bin/hamcore

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1503,7 +1503,7 @@ namespace VPNServer_JSONRPC_CodeGen
}
}
w.WriteLine("Name | Type | Descrption");
w.WriteLine("Name | Type | Description");
w.WriteLine("--- | --- | ---");
foreach (RpcTypeParameterInfo p in plist)
{

File diff suppressed because it is too large Load Diff