Home
last modified time | relevance | path

Searched defs:tidy_compiler (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/tools/quickbook/src/
Dpost_process.cpp197 struct tidy_compiler struct
199 tidy_compiler(std::string& out_, int linewidth_, bool is_html) in tidy_compiler() argument
228 bool is_flow_tag(std::string const& tag) in is_flow_tag()
233 std::set<std::string> block_tags;
234 std::stack<std::string> tags;
235 std::string& out;
236 int current_indent;
237 pretty_printer printer;
238 std::string current_tag;