From 4d02432c918d9ce431bf6c3e3d2b7410093dfbb5 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 11 Feb 2016 08:31:34 +0200 Subject: Add support for re-mapping HTML headings --- cli/options.ixx | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'cli/options.ixx') diff --git a/cli/options.ixx b/cli/options.ixx index 95c1038..6e7520b 100644 --- a/cli/options.ixx +++ b/cli/options.ixx @@ -469,6 +469,18 @@ link_regex_trace () const return this->link_regex_trace_; } +inline const std::map& options:: +html_heading_map () const +{ + return this->html_heading_map_; +} + +inline bool options:: +html_heading_map_specified () const +{ + return this->html_heading_map_specified_; +} + inline const std::vector& options:: hxx_prologue () const { -- cgit v1.1