From 00f3c44ae342ea4a6718e692ae8d130457ddf86d Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Thu, 11 Mar 2021 15:02:48 +0000 Subject: Add class comment --- searchcommon/src/vespa/searchcommon/common/dictionary_config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'searchcommon') diff --git a/searchcommon/src/vespa/searchcommon/common/dictionary_config.h b/searchcommon/src/vespa/searchcommon/common/dictionary_config.h index c6c99a137e4..06c88d88670 100644 --- a/searchcommon/src/vespa/searchcommon/common/dictionary_config.h +++ b/searchcommon/src/vespa/searchcommon/common/dictionary_config.h @@ -6,6 +6,9 @@ namespace search { +/** + * Contains the config required for setting up a suitable dictionary. + */ class DictionaryConfig { public: enum class Ordering { ORDERED, UNORDERED }; -- cgit v1.2.3