Home
last modified time | relevance | path

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

/third_party/boost/tools/quickbook/src/
Dbb2html.hpp20 struct html_options struct
22 bool chunked_output;
23 boost::filesystem::path home_path;
24 path_or_url boost_root_path;
25 path_or_url css_path;
26 path_or_url graphics_path;
27 bool pretty_print;
29 html_options() : chunked_output(false) {} in html_options() function