summaryrefslogtreecommitdiff
path: root/doc/specs
diff options
context:
space:
mode:
authorRoger Meier <r.meier@siemens.com>2015-02-09 12:08:07 +0100
committerRoger Meier <r.meier@siemens.com>2015-02-09 12:08:07 +0100
commite0ab13f63a5946ca4e98f3b5923ff15d9fca8c0f (patch)
treed18fb26f18b069cec348d704971b1fefc1317fbc /doc/specs
parentc5026aaa3765ab1c8032984c00cc521679423b87 (diff)
downloadthrift-e0ab13f63a5946ca4e98f3b5923ff15d9fca8c0f.tar.gz
doc: idl.md remove meta data
Diffstat (limited to 'doc/specs')
-rw-r--r--doc/specs/idl.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/specs/idl.md b/doc/specs/idl.md
index a109312a1..5b8db20b2 100644
--- a/doc/specs/idl.md
+++ b/doc/specs/idl.md
@@ -1,7 +1,3 @@
----
-title: "Interface Description Language (IDL)"
-kind: doc
----
## Thrift interface description language
The Thrift interface definition language (IDL) allows for the definition of [Thrift Types](/docs/types). A Thrift IDL file is processed by the Thrift code generator to produce code for the various target languages to support the defined structs and services in the IDL file.