Doc: Describe the "findMacro" argument that replaced "mx"

Change-Id: Ie18030d727cb448431cfb554e010b0d52195dd30
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Leena Miettinen
2025-01-20 10:51:18 +01:00
parent 7f8e0da4a5
commit 75c8b2f674

View File

@@ -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.