| 153 | }; |
| 154 | |
| 155 | struct CommentConfig { |
| 156 | const char *first_line; |
| 157 | const char *content_line_prefix; |
| 158 | const char *last_line; |
| 159 | }; |
| 160 | |
| 161 | extern void GenComment(const std::vector<std::string> &dc, |
| 162 | std::string *code_ptr, const CommentConfig *config, |
nothing calls this directly
no outgoing calls
no test coverage detected