lib: rename support-ngrams => ngrams-enabled

For consistency.
This commit is contained in:
Dirk-Jan C. Binnema
2026-07-22 17:34:13 +03:00
committed by Seth Ladygo
parent a347d3ada0
commit d24347bad6
7 changed files with 11 additions and 11 deletions

View File

@ -52,7 +52,7 @@ public:
* access) */
AllowRelativePath = 1 << 2, /**< Allow relative paths for filename
* in make_from_path */
SupportNgrams = 1 << 3, /**< Support ngrams, as used in
NgramsEnabled = 1 << 3, /**< Support ngrams, as used in
* CJK and other languages. */
};