From 1a6cde47f6c524dc63c4a837ee6b94041320c681 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 18 Nov 2015 10:48:13 +0200 Subject: Add support for links in documentation: \l{[ ]} If link target doesn't contain ':' (protocol separator), then it is assumed to be the man page reference in the form '(
)'. If text is missing, then target is used as text. --- cli/context.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cli/context.hxx') diff --git a/cli/context.hxx b/cli/context.hxx index 33dc58e..0170c7c 100644 --- a/cli/context.hxx +++ b/cli/context.hxx @@ -95,10 +95,10 @@ public: // If para is true, start a new paragraph. // - static string + string format (output_type, string const&, bool para); - static void + void format_line (output_type, string&, const char*, size_t); public: -- cgit v1.1