From c0253e075ea3ff7fb316809839aca43c7e0e725a Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sat, 14 Feb 2026 08:31:12 +0200 Subject: [PATCH] mu-query-parser: update comment --- lib/mu-query-parser.cc | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/lib/mu-query-parser.cc b/lib/mu-query-parser.cc index 87242ddc..2928b995 100644 --- a/lib/mu-query-parser.cc +++ b/lib/mu-query-parser.cc @@ -1,5 +1,5 @@ /* -** Copyright (C) 2023 Dirk-Jan C. Binnema +** Copyright (C) 2023-2026 Dirk-Jan C. Binnema ** ** This program is free software; you can redistribute it and/or modify it ** under the terms of the GNU General Public License as published by the @@ -75,9 +75,6 @@ struct ParseContext { std::vector warnings; }; - - - /** * Indexable fields become _phrase_ fields if they contain * wordbreakable data; @@ -85,7 +82,7 @@ struct ParseContext { * @param field * @param val * - * @return + * @return an s-expr or nothing */ static Option phrasify(const Field& field, const Sexp& val)