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:
Leena Miettinen
2023-10-12 16:14:08 +02:00
parent fd92781e87
commit c044f6104b
4 changed files with 12 additions and 1 deletions

View File

@@ -28,6 +28,10 @@
\generatelist creator-how-to-edit
\section1 Manage Kits
\generatelist creator-how-to-manage-kits
\section1 Manage Projects
\generatelist creator-how-to-projects

View File

@@ -181,6 +181,9 @@
\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 the directory where the compiler is located and select
the application binary interface (ABI) version from the list of available

View File

@@ -72,7 +72,9 @@
\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
setup. Therefore, \QC plugins register sets of relevant preferences that you

View File

@@ -184,6 +184,8 @@
\generatelist creator-how-to-design
\li Edit Code
\generatelist creator-how-to-edit
\li Manage Kits
\generatelist creator-how-to-manage-kits
\li Manage Projects
\generatelist creator-how-to-projects
\li Read Qt Documentation