forked from qt-creator/qt-creator
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:
@@ -14,10 +14,10 @@ Q_LOGGING_CATEGORY(deviceShellLog, "qtc.utils.deviceshell", QtWarningMsg)
|
|||||||
|
|
||||||
namespace Utils {
|
namespace Utils {
|
||||||
|
|
||||||
/*!
|
/*
|
||||||
* The multiplex script waits for input via stdin.
|
* 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"
|
* the format "<cmd-id> "<base64-encoded-stdin-data>" <commandline>\n"
|
||||||
* To stop the script, simply send "exit\n" via stdin
|
* To stop the script, simply send "exit\n" via stdin
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user