Move the module qdoc files from qtdoc and split up doc/src.
[profile/ivi/qtbase.git] / doc / src / network / qtnetwork.qdoc
1 /*!
2     \module QtNetwork
3     \title QtNetwork Module
4     \ingroup modules
5
6     \brief The QtNetwork module provides classes to make network programming
7     easier and portable.
8
9     To include the definitions of the module's classes, use the
10     following directive:
11
12     \snippet doc/src/snippets/code/doc_src_qtnetwork.cpp 1
13
14     To link against the module, add this line to your \l qmake \c
15     .pro file:
16
17     \snippet doc/src/snippets/code/doc_src_qtnetwork.pro 0
18 */