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
@@ -66,9 +66,9 @@
|
||||
|
||||
\list 1
|
||||
|
||||
\o Select \gui{File} > \gui{Open File or Project}.
|
||||
\li Select \gui{File} > \gui{Open File or Project}.
|
||||
|
||||
\o Select the \c{CMakeLists.txt} file from your \c CMake project.
|
||||
\li Select the \c{CMakeLists.txt} file from your \c CMake project.
|
||||
|
||||
\endlist
|
||||
|
||||
@@ -94,7 +94,7 @@
|
||||
\c nmake depending on your platform. The build errors and warnings are
|
||||
parsed and displayed in the \gui{Issues} output pane.
|
||||
|
||||
By default, \QC builds the \bold{all} target. You can specify which
|
||||
By default, \QC builds the \b{all} target. You can specify which
|
||||
targets to build in \gui{Project} mode, under \gui{Build Settings}.
|
||||
|
||||
\image qtcreator-cmake-build-settings.png
|
||||
|
||||
Reference in New Issue
Block a user