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 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<std::string, std::string>& options::
+class_doc () const
+{
+ return this->class_doc_;
+}
+
+inline bool options::
+class_doc_specified () const
+{
+ return this->class_doc_specified_;
+}
+
inline const std::vector<std::string>& options::
class_ () const
{