struct EE::UI::Doc::SyntaxDefinition::BlockComment

#include <syntaxdefinition.hpp>

struct BlockComment {
    // fields

    std::string open;
    std::string close;
};