summaryrefslogtreecommitdiff
path: root/cli/html.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cli/html.cxx')
-rw-r--r--cli/html.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/html.cxx b/cli/html.cxx
index 1b60827..1679fd3 100644
--- a/cli/html.cxx
+++ b/cli/html.cxx
@@ -21,7 +21,7 @@ namespace
{
using semantics::names;
- type::doc_list const& doc (o.doc ());
+ semantics::doc_strings const& doc (o.doc ());
if (options.suppress_undocumented () && doc.empty ())
return;