Home
last modified time | relevance | path

Searched refs:year_start (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/tools/quickbook/src/
Ddoc_info_actions.cpp475 int year_start = year_start_value.get_int(); in write_boostbook_header() local
479 : year_start; in write_boostbook_header()
481 if (year_end < year_start) { in write_boostbook_header()
487 << "Invalid year range: " << year_start << "-" in write_boostbook_header()
491 for (; year_start <= year_end; ++year_start) in write_boostbook_header()
492 tmp << " <year>" << year_start << "</year>\n"; in write_boostbook_header()