summaryrefslogtreecommitdiff
path: root/cli/options.ixx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-09-03 16:38:40 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-09-03 16:38:40 +0200
commitc3f214e5f820d298129e558d64c10e8826bf84ef (patch)
treeb165c0680e09475125a4ef896f8c43fb828f076d /cli/options.ixx
parent90a548af2ca2688ccd40531a1b0359ab33ba1324 (diff)
Add --omit-link-check option
Diffstat (limited to 'cli/options.ixx')
-rw-r--r--cli/options.ixx6
1 files changed, 6 insertions, 0 deletions
diff --git a/cli/options.ixx b/cli/options.ixx
index 609d5a9..df89810 100644
--- a/cli/options.ixx
+++ b/cli/options.ixx
@@ -493,6 +493,12 @@ html_heading_map_specified () const
return this->html_heading_map_specified_;
}
+inline const bool& options::
+omit_link_check () const
+{
+ return this->omit_link_check_;
+}
+
inline const std::vector<std::string>& options::
hxx_prologue () const
{