[#util-MakeUnorderedList] = xref:util.adoc[util]::MakeUnorderedList :relfileprefix: ../ :mrdocs: Create an unordered multi‐line list of items. == Synopsis Declared in `<util/string.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::string MakeUnorderedList(std::vector<std::string> const& items); ---- == Return Value A string with one "‐ item" line per entry, separated by newlines. == Parameters [cols="1,4"] |=== | Name| Description | *items* | The list entries to render. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#