forked from qt-creator/qt-creator
Doc: replace deprecated QDoc commands
The \i and \o commands were replaced with \li and \bold was replaced with \b in QDoc for Qt 5. The \input command was replaced with \include in the docs. Change-Id: I257d1bebb8ebc739ca20e0d29fcf0406ecb14534 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
This commit is contained in:
committed by
Oswald Buddenhagen
parent
276320caac
commit
419c6de735
@@ -10,17 +10,17 @@
|
||||
|
||||
\list 1
|
||||
|
||||
\o Select \gui Tools > \gui Options > \gui Devices > \gui {Create New}.
|
||||
\li Select \gui Tools > \gui Options > \gui Devices > \gui {Create New}.
|
||||
|
||||
\image qtcreator-ssh-key-configuration.png "SSH Key Configuration dialog"
|
||||
|
||||
\o In the \gui {Private key file} field, select the location to save
|
||||
\li In the \gui {Private key file} field, select the location to save
|
||||
the private key.
|
||||
|
||||
The \gui {Public key file} field displays the location to save the
|
||||
corresponding public key.
|
||||
|
||||
\o Select \gui {Generate And Save Key Pair} to generate and save the
|
||||
\li Select \gui {Generate And Save Key Pair} to generate and save the
|
||||
keys at the specified locations.
|
||||
|
||||
\endlist
|
||||
|
||||
Reference in New Issue
Block a user