commit | f53b5cfed2d6aeba4e0f6cc4dface6d641f98ce7 | [log] [tgz] |
---|---|---|
author | ccheever <dev-null@apache.org> | 周一 2月 05 20:33:11 2007 +0000 |
committer | ccheever <dev-null@apache.org> | 周一 2月 05 20:33:11 2007 +0000 |
tree | c73b3246bd4ae373a62007f149e0fff5c31f36eb | |
parent | 10640d8935c62d6ee5684ad4b26b760dc0e424d1 [diff] [blame] |
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
diff --git a/compiler/cpp/src/parse/t_program.h b/compiler/cpp/src/parse/t_program.h index 7f7af44..610867a 100644 --- a/compiler/cpp/src/parse/t_program.h +++ b/compiler/cpp/src/parse/t_program.h
@@ -18,6 +18,7 @@ #include "t_list.h" #include "t_map.h" #include "t_set.h" +//#include "t_doc.h" /** * Top level class representing an entire thrift program. A program consists