Doc: Setting module pages' \qtvariable.

Argument to \qtvariable is the QT variable needed for linking to the
module.

Task-number: QTBUG-32172
Change-Id: I181c0cfaf9529f3aea741cdaee0f20d6cd0e2d2f
Reviewed-by: Martin Smith <martin.smith@digia.com>
bb10
Jerome Pasion 2013-07-31 18:49:15 +02:00 committed by The Qt Project
parent e4f99e0285
commit 0a796cfddf
11 changed files with 11 additions and 0 deletions

View File

@ -31,6 +31,7 @@
\brief The Qt Concurrent module contains functionality to support concurrent execution of program code
\ingroup modules
\qtvariable concurrent
The Qt Concurrent module extends the basic threading support found in \l{Qt Core} module and
simplifies the development of code that can be executed in parallel on all available CPU cores.

View File

@ -29,6 +29,7 @@
\module QtCore
\title Qt Core C++ Classes
\ingroup modules
\qtvariable core
\brief Provides core non-GUI functionality.

View File

@ -32,6 +32,7 @@
to perform Inter-Process Communication using the \l{D-Bus} protocol.
\ingroup modules
\qtvariable dbus
\target The QDBus compiler

View File

@ -29,6 +29,7 @@
\module QtGui
\title Qt GUI C++ Classes
\ingroup modules
\qtvariable gui
\brief The Qt GUI module provides the basic enablers for graphical
applications written with Qt.

View File

@ -65,6 +65,7 @@
\module QtNetwork
\title Qt Network C++ Classes
\ingroup modules
\qtvariable network
\brief Provides classes to make network programming easier and portable
To include the definitions of the module's classes, use the

View File

@ -29,6 +29,7 @@
\module QtOpenGL
\title Qt OpenGL C++ Classes
\ingroup modules
\qtvariable opengl
\brief The Qt OpenGL module offers classes that make it easy to
use OpenGL in Qt applications.

View File

@ -31,6 +31,7 @@
\brief The Qt PrintSupport module provides classes to make printing easier and portable.
\ingroup modules
\qtvariable printsupport
To include the definitions of the module's classes, use the
following directive:

View File

@ -62,6 +62,7 @@
\module QtSql
\title Qt SQL C++ Classes
\ingroup modules
\qtvariable sql
\brief Provides a driver layer, SQL API layer, and a user
interface layer for SQL databases.

View File

@ -29,6 +29,7 @@
\module QtTest
\title Qt Test C++ Classes
\ingroup modules
\qtvariable testlib
\keyword QtTest

View File

@ -29,6 +29,7 @@
\module QtWidgets
\title Qt Widgets C++ Classes
\ingroup modules
\qtvariable widgets
\brief The Qt Widgets module extends Qt GUI with C++ widget functionality.

View File

@ -29,6 +29,7 @@
\module QtXml
\title Qt XML C++ Classes
\ingroup modules
\qtvariable xml
\brief The Qt XML module provides C++ implementations of the SAX and DOM standards for XML.