Home
last modified time | relevance | path

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

/third_party/boost/tools/quickbook/src/
Ddoc_info_actions.cpp29 std::string doc_type; member
191 info.doc_type = in pre()
204 info.doc_type = "article"; in pre()
317 assert(info.doc_title.check() && !info.doc_type.empty()); in pre()
347 if (info.doc_type != "library") { in pre()
361 << " for '" << info.doc_type << " document info': " in pre()
376 << "<!DOCTYPE " << info.doc_type in write_boostbook_header()
383 state.out << '<' << info.doc_type << "\n" in write_boostbook_header()
391 if (info.doc_type == "library" && !info.doc_title.empty()) { in write_boostbook_header()
398 if (!info.dirname.empty() || info.doc_type == "library") { in write_boostbook_header()
[all …]
Dstate_save.hpp40 std::string doc_type; member
Dquickbook.cpp94 std::string doc_type = in parse_file() local
101 post(state, doc_type); in parse_file()
Dactions.hpp269 void post(quickbook::state& state, std::string const& doc_type);
/third_party/boost/libs/beast/test/extras/include/boost/beast/
Ddoc_debug.hpp16 using doc_type = int; typedef