14namespace sharg::detail
51 bool const advanced =
false) :
52 base_type{names, version_updates, advanced} {};
80 std::cout <<
"<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01//EN\" "
81 <<
"http://www.w3.org/TR/html4/strict.dtd\">\n"
82 <<
"<html lang=\"en\">\n"
84 <<
"<meta http-equiv=\"content-type\" content=\"text/html; charset=utf-8\">\n"
131 if (line_is_paragraph)
157 <<
"<dd>" <<
to_html(desc) <<
"</dd>\n";
179 for (
auto it = input.
begin(); it != input.
end(); ++it)
185 assert(!(it == input.
end()));
193 assert(!(it == input.
end()));
202 result.
append(
"<strong>");
206 assert(!open_tags.
empty());
239 return "<strong>" + str +
"</strong>";
update_notifications
Indicates whether application allows automatic update notifications by the sharg::parser.
Definition auxiliary.hpp:26