Doc: Turn docs for DeviceShell::DeviceShell() into a comment

The notation was causing QDoc errors, and according to the developer
this is more like a comment to other developers than documentation.

Change-Id: Ibbf3f64252f164c361315f8ecf16e3422703bb1c
Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
This commit is contained in:
Leena Miettinen
2023-05-22 15:03:08 +02:00
parent 8c288bf05f
commit 1467aedb8d

View File

@@ -14,10 +14,10 @@ Q_LOGGING_CATEGORY(deviceShellLog, "qtc.utils.deviceshell", QtWarningMsg)
namespace Utils {
/*!
/*
* The multiplex script waits for input via stdin.
*
* To start a command, a message is send with
* To start a command, a message is sent with
* the format "<cmd-id> "<base64-encoded-stdin-data>" <commandline>\n"
* To stop the script, simply send "exit\n" via stdin
*