From 471556a19e68b372155095c1b11aa568735fe867 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 11 Feb 2016 04:25:00 +0200 Subject: First part of TOC generation support (no links yet) Currently only supported in the HTML output. --- cli/txt.cxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'cli/txt.cxx') diff --git a/cli/txt.cxx b/cli/txt.cxx index ccce8ef..388ae0f 100644 --- a/cli/txt.cxx +++ b/cli/txt.cxx @@ -156,10 +156,7 @@ namespace if (n > 1 && options.ansi_color ()) translate_arg (ds[0], arg_set); - string s (format (ds.scope (), - ot_plain, - translate (d, arg_set), - true)); + string s (format (ds.scope (), translate (d, arg_set), true)); if (s.empty ()) return; -- cgit v1.1