Example #1
0
void syntax_highlight_actions::callout(parse_iterator, parse_iterator)
{
    out << state.add_callout(qbk_value(state.current_file,
                                       marked_text.begin(), marked_text.end()));
    marked_text.clear();
}