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/man.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cli/man.cxx') diff --git a/cli/man.cxx b/cli/man.cxx index b6fd7e8..d4ef7c5 100644 --- a/cli/man.cxx +++ b/cli/man.cxx @@ -50,7 +50,7 @@ namespace translate_arg ( doc.size () > 0 ? doc[0] : string (""), arg_set)); - os << ' ' << format (s, ot_man); + os << ' ' << format (ot_man, s, false); } os << "\"" << endl; @@ -77,7 +77,7 @@ namespace // Format the documentation string. // - d = format (translate (d, arg_set), ot_man); + d = format (ot_man, translate (d, arg_set), false); if (!d.empty ()) { -- cgit v1.1