Searched defs:html_options (Results 1 – 1 of 1) sorted by relevance
20 struct html_options struct22 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