From b8b194ea5fa6ba7a3aac7ff212eb62ccfb942dbf Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 24 Nov 2015 14:30:02 +0200 Subject: Implement --class-doc option --- 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 24dc37b..3adfbd0 100644 --- a/cli/options.ixx +++ b/cli/options.ixx @@ -397,6 +397,18 @@ include_base_last () const return this->include_base_last_; } +inline const std::map& options:: +class_doc () const +{ + return this->class_doc_; +} + +inline bool options:: +class_doc_specified () const +{ + return this->class_doc_specified_; +} + inline const std::vector& options:: class_ () const { -- cgit v1.1