From 1dea398d6f864c99b9e1c34e4a718239cfd3d8ac Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 19 Mar 2018 12:44:04 +0200 Subject: Add support for exclude-base value in --class-doc option --- cli/context.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'cli/context.hxx') diff --git a/cli/context.hxx b/cli/context.hxx index 3e0019b..5b8d3fd 100644 --- a/cli/context.hxx +++ b/cli/context.hxx @@ -37,6 +37,7 @@ enum class_doc { cd_default, cd_exclude, + cd_exclude_base, cd_short, cd_long }; -- cgit v1.1