Home
last modified time | relevance | path

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

/third_party/boost/tools/quickbook/src/
Dbb2html.cpp66 static docinfo_node_pasers_type docinfo_node_parsers; variable
635 auto parser = docinfo_node_parsers.find(it->name_); in generate_docinfo_html_impl()
636 if (parser != docinfo_node_parsers.end()) { in generate_docinfo_html_impl()
943 docinfo_node_parsers.emplace(BOOST_PP_STRINGIZE(tag_name), p); \