diff options
author | Martin Smith <msmith@trolltech.com> | 2010-05-11 08:58:15 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2010-05-11 08:58:15 (GMT) |
commit | 70dd6652b8f649871e6801cc9190543f43daa650 (patch) | |
tree | 4132ce6529fa14e99fb6b1c19e78b9343ae6df94 /doc/src/files-and-resources | |
parent | 98e935eed5549e479f6666680aed1711dc42111c (diff) | |
download | Qt-70dd6652b8f649871e6801cc9190543f43daa650.zip Qt-70dd6652b8f649871e6801cc9190543f43daa650.tar.gz Qt-70dd6652b8f649871e6801cc9190543f43daa650.tar.bz2 |
qdoc: Yet another revision of the top doc page.
Still more to come.
Diffstat (limited to 'doc/src/files-and-resources')
-rw-r--r-- | doc/src/files-and-resources/datastreamformat.qdoc | 3 | ||||
-rw-r--r-- | doc/src/files-and-resources/resources.qdoc | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/doc/src/files-and-resources/datastreamformat.qdoc b/doc/src/files-and-resources/datastreamformat.qdoc index bab2c2c..c4be7bb 100644 --- a/doc/src/files-and-resources/datastreamformat.qdoc +++ b/doc/src/files-and-resources/datastreamformat.qdoc @@ -41,7 +41,8 @@ /*! \page datastreamformat.html - \title Format of the QDataStream Operators + \title Serializing Qt Data Types + \ingroup qt-network \brief Representations of data types that can be serialized by QDataStream. The \l QDataStream allows you to serialize some of the Qt data types. diff --git a/doc/src/files-and-resources/resources.qdoc b/doc/src/files-and-resources/resources.qdoc index 00646ac..83d74a3 100644 --- a/doc/src/files-and-resources/resources.qdoc +++ b/doc/src/files-and-resources/resources.qdoc @@ -54,6 +54,8 @@ /*! \page resources.html \title The Qt Resource System + \ingroup qt-network + \brief A platform-independent mechanism for storing binary files in an application. \keyword resource system |