commit | e8379b538adbfdcd94c8d9a8702c10435cd38475 | [log] [tgz] |
---|---|---|
author | Jens Geyer <jensg@apache.org> | 周六 1月 25 00:59:45 2014 +0100 |
committer | Jens Geyer <jensg@apache.org> | 周六 1月 25 00:59:45 2014 +0100 |
tree | f1289c85731c280819f6a7879c3f9492c78f40e5 | |
parent | ad7f788824225ab2d0137e5595627d20c7d9540b [diff] [blame] |
THRIFT-2320 Program level doctext does not get attached by parser Patch: Craig Peterson & Jens Geyer
diff --git a/compiler/cpp/src/main.h b/compiler/cpp/src/main.h index 46ad835..d554970 100644 --- a/compiler/cpp/src/main.h +++ b/compiler/cpp/src/main.h
@@ -103,6 +103,12 @@ char* clean_up_doctext(char* doctext); /** + * We are sure the program doctext candidate is really the program doctext. + */ +void declare_valid_program_doctext(); + + +/** * Flex utilities */