diff options
author | Jens Geyer <jensg@apache.org> | 2020-02-22 16:51:51 +0100 |
---|---|---|
committer | Jens Geyer <jensg@apache.org> | 2020-02-28 19:18:34 +0100 |
commit | 56700e469d5d0659994a3963ad5a111740cf8277 (patch) | |
tree | db903818e332aa6887f2efd2797163ffa4268d67 /doc/specs | |
parent | 4903d18fca988871bcedce3b420fef2cd9682ca1 (diff) | |
download | thrift-56700e469d5d0659994a3963ad5a111740cf8277.tar.gz |
THRIFT-4982 Remove deprecated C# bindings from the code base
Client: csharp
Patch: Jens Geyer
This closes #2027
Diffstat (limited to 'doc/specs')
-rw-r--r-- | doc/specs/idl.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/specs/idl.md b/doc/specs/idl.md index df7e8d732..75633107a 100644 --- a/doc/specs/idl.md +++ b/doc/specs/idl.md @@ -38,7 +38,7 @@ A namespace declares which namespaces/package/module/etc. the type definitions i [5] Namespace ::= ( 'namespace' ( NamespaceScope Identifier ) ) - [6] NamespaceScope ::= '*' | 'c_glib' | 'cpp' | 'csharp' | 'delphi' | 'go' | 'java' | 'js' | 'lua' | 'netcore' | 'perl' | 'php' | 'py' | 'py.twisted' | 'rb' | 'st' | 'xsd' + [6] NamespaceScope ::= '*' | 'c_glib' | 'cpp' | 'delphi' | 'haxe' | 'go' | 'java' | 'js' | 'lua' | 'netstd' | 'perl' | 'php' | 'py' | 'py.twisted' | 'rb' | 'st' | 'xsd' ## Definition |