Searched refs:doc_type (Results 1 – 5 of 5) sorted by relevance
29 std::string doc_type; member191 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 …]
40 std::string doc_type; member
94 std::string doc_type = in parse_file() local101 post(state, doc_type); in parse_file()
269 void post(quickbook::state& state, std::string const& doc_type);
16 using doc_type = int; typedef