forked from qt-creator/qt-creator
Doc: Add missing section to TOC and How To
...and fix some \brief commands. Task-number: QTCREATORBUG-29361 Change-Id: Ic37845ed5c7a02035fcc2e140fd35ad466fff2e3 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -28,6 +28,10 @@
|
|||||||
|
|
||||||
\generatelist creator-how-to-edit
|
\generatelist creator-how-to-edit
|
||||||
|
|
||||||
|
\section1 Manage Kits
|
||||||
|
|
||||||
|
\generatelist creator-how-to-manage-kits
|
||||||
|
|
||||||
\section1 Manage Projects
|
\section1 Manage Projects
|
||||||
|
|
||||||
\generatelist creator-how-to-projects
|
\generatelist creator-how-to-projects
|
||||||
|
@@ -181,6 +181,9 @@
|
|||||||
|
|
||||||
\title Compilers
|
\title Compilers
|
||||||
|
|
||||||
|
\brief Lists the registered compilers. You can add custom compilers to the
|
||||||
|
list.
|
||||||
|
|
||||||
To build an application using GCC, \MinGW, Clang, or QCC, specify the path
|
To build an application using GCC, \MinGW, Clang, or QCC, specify the path
|
||||||
to the directory where the compiler is located and select
|
to the directory where the compiler is located and select
|
||||||
the application binary interface (ABI) version from the list of available
|
the application binary interface (ABI) version from the list of available
|
||||||
|
@@ -72,7 +72,9 @@
|
|||||||
|
|
||||||
\title Kits
|
\title Kits
|
||||||
|
|
||||||
\brief Kit preferences.
|
\brief Sets kit preferences. A kit consists of a set of values that define
|
||||||
|
one environment, such as a \e {device}, tool chain, Qt version, and debugger
|
||||||
|
command to use.
|
||||||
|
|
||||||
Typically, only a subset of the kit preferences is relevant for a particular
|
Typically, only a subset of the kit preferences is relevant for a particular
|
||||||
setup. Therefore, \QC plugins register sets of relevant preferences that you
|
setup. Therefore, \QC plugins register sets of relevant preferences that you
|
||||||
|
@@ -184,6 +184,8 @@
|
|||||||
\generatelist creator-how-to-design
|
\generatelist creator-how-to-design
|
||||||
\li Edit Code
|
\li Edit Code
|
||||||
\generatelist creator-how-to-edit
|
\generatelist creator-how-to-edit
|
||||||
|
\li Manage Kits
|
||||||
|
\generatelist creator-how-to-manage-kits
|
||||||
\li Manage Projects
|
\li Manage Projects
|
||||||
\generatelist creator-how-to-projects
|
\generatelist creator-how-to-projects
|
||||||
\li Read Qt Documentation
|
\li Read Qt Documentation
|
||||||
|
Reference in New Issue
Block a user