Thrift: Change docstring syntax.
authorDavid Reiss <dreiss@apache.org>
Mon, 30 Jul 2007 22:00:27 +0000 (22:00 +0000)
committerDavid Reiss <dreiss@apache.org>
Mon, 30 Jul 2007 22:00:27 +0000 (22:00 +0000)
commit1ac05803788fb15bcf16e48cdd53b550b3bc5515
treee504753a17c9ac829b81e4f1bb58c2ec9b93dd8e
parentd0767c579673c868d1ae15e5979a9301ac1347d7
Thrift: Change docstring syntax.

Summary:
The old docstring syntax collided with the syntax for list constants.
The new syntax looks a lot like doxygent comments.

Trac Bug: #4664

Blame Rev: 32392

Reviewed By: mcslee

Test Plan:
../compiler/cpp/thrift -cpp DocTest.thrift
(with dump_docs on)
and looked at the output.
Generated C++ is identical to installed thrift.

Revert Plan: ok

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665182 13f79535-47bb-0310-9956-ffa450edef68
compiler/cpp/src/main.cc
compiler/cpp/src/main.h
compiler/cpp/src/thriftl.ll
compiler/cpp/src/thrifty.yy
test/DocTest.thrift