mu-query-parser: cosmetic

This commit is contained in:
Dirk-Jan C. Binnema
2025-01-05 22:45:11 +02:00
parent 5f8e0b71f0
commit f54e0c0476

View File

@ -80,7 +80,8 @@ Sexp process_query(const std::string& expr);
* processes the tokens into a Sexp. This sexp is meant to be human-readable. * processes the tokens into a Sexp. This sexp is meant to be human-readable.
* *
* @param expr a search expression * @param expr a search expression
* @param expand whether to expand meta-fields (such as '_', 'recip', 'contacts') * @param expand whether to expand combination-fields (such as '_', 'recip',
* 'contacts')
* *
* @return Sexp with the parse tree * @return Sexp with the parse tree
*/ */