summaryrefslogtreecommitdiff
path: root/cli/options.ixx
diff options
context:
space:
mode:
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
{