MCPcopy Create free account
hub / github.com/apache/thrift / declare_valid_program_doctext

Function declare_valid_program_doctext

compiler/cpp/src/thrift/main.cc:422–430  ·  view source on GitHub ↗

* We are sure the program doctext candidate is really the program doctext. */

Source from the content-addressed store, hash-verified

420 * We are sure the program doctext candidate is really the program doctext.
421 */
422void declare_valid_program_doctext() {
423 if ((g_program_doctext_candidate != nullptr) && (g_program_doctext_status == STILL_CANDIDATE)) {
424 g_program_doctext_status = ABSOLUTELY_SURE;
425 pdebug("%s", "program doctext set to ABSOLUTELY_SURE");
426 } else {
427 g_program_doctext_status = NO_PROGRAM_DOCTEXT;
428 pdebug("%s", "program doctext set to NO_PROGRAM_DOCTEXT");
429 }
430}
431
432/**
433 * Cleans up text commonly found in doxygen-like comments

Callers

nothing calls this directly

Calls 1

pdebugFunction · 0.70

Tested by

no test coverage detected