From 75c8b2f67442338083e3d917b81d0d8c936183b2 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Mon, 20 Jan 2025 10:51:18 +0100 Subject: [PATCH] Doc: Describe the "findMacro" argument that replaced "mx" Change-Id: Ie18030d727cb448431cfb554e010b0d52195dd30 Reviewed-by: Eike Ziller --- src/libs/utils/commandline.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/utils/commandline.cpp b/src/libs/utils/commandline.cpp index 0217d38fadf..0b49cc0cb25 100644 --- a/src/libs/utils/commandline.cpp +++ b/src/libs/utils/commandline.cpp @@ -701,7 +701,7 @@ static int quoteArgInternalWin(QString &ret, int bslashes) // TODO: This documentation is relevant for end-users. Where to put it? /*! - * Uses the macro expander \a mx to perform in-place macro expansion + * Searches macros with the function \a findMacro and performs in-place macro expansion * (substitution) on the string \a cmd, which is expected to contain a shell * command. \a osType specifies the syntax, which is Bourne Shell compatible * for Unix and \c cmd compatible for Windows.