| 26 | [[nodiscard]] virtual bool isPureComment() const = 0; |
| 27 | [[nodiscard]] virtual bool isSkipable() const = 0; |
| 28 | virtual ~CommentParser() = default; |
| 29 | }; |
| 30 | |
| 31 | class DefaultCommentParser : public CommentParser |
nothing calls this directly
no outgoing calls
no test coverage detected