Doc: Update \titles with "Controls 2" in it

Alternatively, the old \title is now a \keyword, to avoid
broken links to the page.

Change-Id: Ib8b97efe8be13559c45c7ca430b2afc93edaa3e7
Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
This commit is contained in:
Venugopal Shivashankar 2018-12-03 15:40:51 +01:00
parent 70199a43a9
commit 05597ef3e5
15 changed files with 30 additions and 15 deletions

View File

@ -28,7 +28,8 @@
/*!
\example chattutorial
\keyword Qt Quick Controls - Chat Tutorial
\title Qt Quick Controls 2 - Chat Tutorial
\title Qt Quick Controls - Chat Tutorial
\keyword Qt Quick Controls 2 - Chat Tutorial
\brief Tutorial about writing a basic chat client using Qt Quick Controls 2.
\ingroup qtquickcontrols2-examples

View File

@ -27,7 +27,8 @@
/*!
\example contactlist
\keyword Qt Quick Controls - Contact List
\title Qt Quick Controls 2 - Contact List
\title Qt Quick Controls - Contact List
\keyword Qt Quick Controls 2 - Contact List
\ingroup qtquickcontrols2-examples
\brief A QML app using Qt Quick Controls 2 and a C++ class that implements
a simple contact list.

View File

@ -28,7 +28,8 @@
/*!
\example flatstyle
\keyword Qt Quick Controls - Flat Style
\title Qt Quick Controls 2 - Flat Style
\title Qt Quick Controls - Flat Style
\keyword Qt Quick Controls 2 - Flat Style
\ingroup qtquickcontrols2-examples
\brief A QML app using Qt Quick Controls 2 and a QML plugin
with customized controls.

View File

@ -28,7 +28,8 @@
/*!
\example gallery
\keyword Qt Quick Controls - Gallery
\title Qt Quick Controls 2 - Gallery
\title Qt Quick Controls - Gallery
\keyword Qt Quick Controls 2 - Gallery
\ingroup qtquickcontrols2-examples
\brief A gallery of controls.

View File

@ -28,7 +28,8 @@
/*!
\example imagine/automotive
\keyword Qt Quick Controls - Imagine Style Example: Automotive
\title Qt Quick Controls 2 - Imagine Style Example: Automotive
\title Qt Quick Controls - Imagine Style Example: Automotive
\keyword Qt Quick Controls 2 - Imagine Style Example: Automotive
\ingroup qtquickcontrols2-examples
\brief An automotive user interface using custom Imagine style assets.

View File

@ -28,7 +28,8 @@
/*!
\example imagine/musicplayer
\keyword Qt Quick Controls - Imagine Style Example: Music Player
\title Qt Quick Controls 2 - Imagine Style Example: Music Player
\title Qt Quick Controls - Imagine Style Example: Music Player
\keyword Qt Quick Controls 2 - Imagine Style Example: Music Player
\ingroup qtquickcontrols2-examples
\brief An audio player user interface using custom Imagine style assets.

View File

@ -28,7 +28,8 @@
/*!
\example sidepanel
\keyword Qt Quick Controls - Side Panel
\title Qt Quick Controls 2 - Side Panel
\title Qt Quick Controls - Side Panel
\keyword Qt Quick Controls 2 - Side Panel
\ingroup qtquickcontrols2-examples
\brief A persistent side panel with Drawer.

View File

@ -28,7 +28,8 @@
/*!
\example swipetoremove
\keyword Qt Quick Controls - Swipe to Remove
\title Qt Quick Controls 2 - Swipe to Remove
\title Qt Quick Controls - Swipe to Remove
\keyword Qt Quick Controls 2 - Swipe to Remove
\ingroup qtquickcontrols2-examples
\brief Demonstrates removal of list items by swipe gesture.

View File

@ -27,7 +27,8 @@
/*!
\example texteditor
\keyword Qt Quick Controls - Text Editor
\title Qt Quick Controls 2 - Text Editor
\title Qt Quick Controls - Text Editor
\keyword Qt Quick Controls 2 - Text Editor
\ingroup qtquickcontrols2-examples
\brief A QML app using Qt Quick Controls 2 and a C++ class to
provide a fully-functional rich-text editor application.

View File

@ -28,7 +28,8 @@
/*!
\example wearable
\keyword Qt Quick Controls - Wearable Demo
\title Qt Quick Controls 2 - Wearable Demo
\title Qt Quick Controls - Wearable Demo
\keyword Qt Quick Controls 2 - Wearable Demo
\ingroup qtquickcontrols2-examples
\brief Demonstrates an application launcher designed for wearable devices.

View File

@ -28,7 +28,8 @@
/*!
\page qtquickcontrols2-configuration.html
\keyword Qt Quick Controls Configuration File
\title Qt Quick Controls 2 Configuration File
\title Qt Quick Controls Configuration File
\keyword Qt Quick Controls 2 Configuration File
Qt Quick Controls 2 support a special configuration file, \c :/qtquickcontrols2.conf,
that is built into an application's resources.

View File

@ -28,7 +28,8 @@
/*!
\module QtQuickControls2
\keyword Qt Quick Controls C++ Classes
\title Qt Quick Controls 2 C++ Classes
\title Qt Quick Controls C++ Classes
\keyword Qt Quick Controls 2 C++ Classes
\ingroup modules
\qtvariable quickcontrols2

View File

@ -29,7 +29,8 @@
\group qtquickcontrols2-examples
\ingroup all-examples
\keyword Qt Quick Controls Examples
\title Qt Quick Controls 2 Examples
\title Qt Quick Controls Examples
\keyword Qt Quick Controls 2 Examples
\brief A collection of examples for \l {Qt Quick Controls 2}
These examples demonstrate creating user interfaces using \l {Qt Quick Controls 2}.

View File

@ -28,7 +28,8 @@
/*!
\page qtquickcontrols2-guidelines.html
\keyword Qt Quick Controls Guidelines
\title Qt Quick Controls 2 Guidelines
\title Qt Quick Controls Guidelines
\keyword Qt Quick Controls 2 Guidelines
Qt Quick Controls 2 offers a selection of controls that can be used to
build complete interfaces in Qt Quick.

View File

@ -28,7 +28,8 @@
/*!
\qmlmodule QtQuick.Controls 2.5
\keyword Qt Quick Controls QML Types
\title Qt Quick Controls 2 QML Types
\title Qt Quick Controls QML Types
\keyword Qt Quick Controls 2 QML Types
\ingroup qmlmodules
\brief Provides QML types for user interfaces (Qt Quick Controls 2).