Repository: thrift Updated Branches: refs/heads/master c5026aaa3 -> 17aa47493
doc: idl.md remove meta data Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/e0ab13f6 Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/e0ab13f6 Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/e0ab13f6 Branch: refs/heads/master Commit: e0ab13f63a5946ca4e98f3b5923ff15d9fca8c0f Parents: c5026aa Author: Roger Meier <[email protected]> Authored: Mon Feb 9 12:08:07 2015 +0100 Committer: Roger Meier <[email protected]> Committed: Mon Feb 9 12:08:07 2015 +0100 ---------------------------------------------------------------------- doc/specs/idl.md | 4 ---- 1 file changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/thrift/blob/e0ab13f6/doc/specs/idl.md ---------------------------------------------------------------------- diff --git a/doc/specs/idl.md b/doc/specs/idl.md index a109312..5b8db20 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.
