summaryrefslogtreecommitdiffstats
path: root/src/network/doc/src
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@nokia.com>2012-08-03 17:39:21 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-10 17:08:34 +0200
commit06ca4e38cf52e5c5ddad8497fa72d2d28d81b2a9 (patch)
treeadae2ea3145a8fc7f34bc4c61a91dbbfd9f8697b /src/network/doc/src
parent2b4ce2f0ffd90cb3783ce80f0dc68c4d7891d560 (diff)
Doc: Added a Qt Network landing page.
-fixed generated HTML file names -removed qt-network group in qt/qtdoc and removed \ingroup instances Change-Id: Ida5ded5da30e6db1978382f6742a5da8036e055e Reviewed-by: Shane Kearns <shane.kearns@accenture.com> Reviewed-by: Martin Smith <martin.smith@nokia.com> Reviewed-by: Laszlo Papp <lpapp@kde.org>
Diffstat (limited to 'src/network/doc/src')
-rw-r--r--src/network/doc/src/bearermanagement.qdoc1
-rw-r--r--src/network/doc/src/network-programming.qdoc14
-rw-r--r--src/network/doc/src/qtnetwork.qdoc38
-rw-r--r--src/network/doc/src/ssl.qdoc1
4 files changed, 43 insertions, 11 deletions
diff --git a/src/network/doc/src/bearermanagement.qdoc b/src/network/doc/src/bearermanagement.qdoc
index 91dc32c5a5..65809f6b10 100644
--- a/src/network/doc/src/bearermanagement.qdoc
+++ b/src/network/doc/src/bearermanagement.qdoc
@@ -29,7 +29,6 @@
\page bearer-management.html
\title Bearer Management
-\ingroup qt-network
\brief An API to control the system's connectivity state.
Bearer Management controls the connectivity state of the system so that
diff --git a/src/network/doc/src/network-programming.qdoc b/src/network/doc/src/network-programming.qdoc
index 0701b04f6f..0a62a9edae 100644
--- a/src/network/doc/src/network-programming.qdoc
+++ b/src/network/doc/src/network-programming.qdoc
@@ -34,12 +34,11 @@
*/
/*!
- \page network-programming.html
- \title Network Programming
- \ingroup qt-network
- \brief An Introduction to Network Programming with Qt
+ \page qtnetwork-programming.html
+ \title Network Programming with Qt
+ \brief Programming applications with networking capabilities
- The QtNetwork module offers classes that allow you to write TCP/IP clients
+ The Qt Network module offers classes that allow you to write TCP/IP clients
and servers. It offers lower-level classes such as QTcpSocket,
QTcpServer and QUdpSocket that represent low level network concepts,
and high level classes such as QNetworkRequest, QNetworkReply and
@@ -52,9 +51,8 @@
\section1 Qt's Classes for Network Programming
- The following classes provide support for network programming in Qt.
-
- \annotatedlist network
+ The \l{Qt Network - C++ Classes} page contains a list of the C++ classes
+ in Qt Network.
\section1 High Level Network Operations for HTTP and FTP
diff --git a/src/network/doc/src/qtnetwork.qdoc b/src/network/doc/src/qtnetwork.qdoc
index 092880ef59..e03a12b35a 100644
--- a/src/network/doc/src/qtnetwork.qdoc
+++ b/src/network/doc/src/qtnetwork.qdoc
@@ -26,8 +26,44 @@
****************************************************************************/
/*!
+ \page qtnetwork-index.html
+ \title Qt Network
+ \brief A module that provides networking capabilities
+
+ Qt Network provides a set of APIs for programming applications that use
+ TCP/IP. Operations such as requests, cookies, and sending data over HTTP
+ are handled by various C++ classes.
+
+ \section1 Getting Started
+
+ To use Qt Network classes,add this directive into the C++ files:
+ \code
+ #include <QtNetwork>
+ \endcode
+ To link against the Qt Network module, add this line to the project file:
+ \code
+ QT += network
+ \endcode
+
+ \section1 Articles and Guides
+
+ These articles contain information about Qt Network setup and about
+ applications with networking capabilities.
+ \list
+ \li \l{Network Programming with Qt} - Programming applications with networking capabilities
+ \li \l{Bearer Management} - An API to control the system's connectivity state
+ \li \l{Secure Sockets Layer (SSL) Classes} - Classes for secure communication over network sockets
+ \endlist
+
+ \section1 API Reference
+ These are links to the API reference materials.
+ \list
+ \li \l{Qt Network - C++ Classes}
+ \endlist
+*/
+/*!
\module QtNetwork
- \title QtNetwork Module
+ \title Qt Network - C++ Classes
\ingroup modules
\brief The QtNetwork module provides classes to make network programming
diff --git a/src/network/doc/src/ssl.qdoc b/src/network/doc/src/ssl.qdoc
index 21828d7af9..63d7a15485 100644
--- a/src/network/doc/src/ssl.qdoc
+++ b/src/network/doc/src/ssl.qdoc
@@ -29,7 +29,6 @@
\page ssl.html
\title Secure Sockets Layer (SSL) Classes
\brief Classes for secure communication over network sockets.
- \ingroup qt-network
\keyword SSL