From c3f214e5f820d298129e558d64c10e8826bf84ef Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 3 Sep 2016 16:38:40 +0200 Subject: Add --omit-link-check option --- cli/options.ixx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cli/options.ixx') 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& options:: hxx_prologue () const { -- cgit v1.1