From 381f872a76f6ad8fc5caee172e903f08dd652547 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 29 Oct 2015 12:40:46 +0200 Subject: Add parsing support for scope-level documentation --- cli/html.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/html.cxx') 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; -- cgit v1.1