From 5f7743da2fa5791e624b41ea1a749ccfa58a8f53 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 30 Oct 2015 10:47:45 +0200 Subject: Implement scope documentation generation in HTML --- cli/context.hxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cli/context.hxx') diff --git a/cli/context.hxx b/cli/context.hxx index b6ce420..6eeaa3b 100644 --- a/cli/context.hxx +++ b/cli/context.hxx @@ -93,8 +93,10 @@ public: static string translate (string const&, std::set const&); + // If para is true, start a new paragraph. + // static string - format (string const&, output_type); + format (output_type, string const&, bool para); public: static string const& -- cgit v1.1