summaryrefslogtreecommitdiff
path: root/cli/options.ixx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-02-11 08:31:34 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-02-11 08:31:34 +0200
commit4d02432c918d9ce431bf6c3e3d2b7410093dfbb5 (patch)
tree84ca35a527bebee424b9df4e88d1e7b37559d959 /cli/options.ixx
parent21cc797ba5b0a1f357889946d7c15e101db80045 (diff)
Add support for re-mapping HTML headings
Diffstat (limited to 'cli/options.ixx')
-rw-r--r--cli/options.ixx12
1 files changed, 12 insertions, 0 deletions
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<char, std::string>& 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<std::string>& options::
hxx_prologue () const
{