adding documentation syntax to thrift
authorccheever <dev-null@apache.org>
Mon, 5 Feb 2007 20:33:11 +0000 (20:33 +0000)
committerccheever <dev-null@apache.org>
Mon, 5 Feb 2007 20:33:11 +0000 (20:33 +0000)
commitf53b5cfed2d6aeba4e0f6cc4dface6d641f98ce7
treec73b3246bd4ae373a62007f149e0fff5c31f36eb
parent10640d8935c62d6ee5684ad4b26b760dc0e424d1
adding documentation syntax to thrift

see DocTest.thrift for examples.

todo: integrate parsed documentation into code generation

review: marc k, mcslee
test plan: DocTest.thrift

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664970 13f79535-47bb-0310-9956-ffa450edef68
compiler/cpp/src/main.cc
compiler/cpp/src/parse/t_enum_value.h
compiler/cpp/src/parse/t_field.h
compiler/cpp/src/parse/t_function.h
compiler/cpp/src/parse/t_program.h
compiler/cpp/src/parse/t_type.h
compiler/cpp/src/thriftl.ll
compiler/cpp/src/thrifty.yy
test/DocTest.thrift [new file with mode: 0755]