diff options
author | Martin Smith <msmith@trolltech.com> | 2009-08-21 11:07:45 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-08-21 11:08:32 (GMT) |
commit | 500ee5b8888eed68f3d237c498c56ef0ebb9795e (patch) | |
tree | ae600bf93a49b8b43c36a44eba00d4178eeb9031 /src/corelib/global | |
parent | bb49724be3439311c539a7f5bb0014c5fd83f375 (diff) | |
download | Qt-500ee5b8888eed68f3d237c498c56ef0ebb9795e.zip Qt-500ee5b8888eed68f3d237c498c56ef0ebb9795e.tar.gz Qt-500ee5b8888eed68f3d237c498c56ef0ebb9795e.tar.bz2 |
qdoc: Redesigned the Class and Function Documentation page.
Diffstat (limited to 'src/corelib/global')
-rw-r--r-- | src/corelib/global/qendian.qdoc | 2 | ||||
-rw-r--r-- | src/corelib/global/qglobal.cpp | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/src/corelib/global/qendian.qdoc b/src/corelib/global/qendian.qdoc index e0ef662..949f7b8 100644 --- a/src/corelib/global/qendian.qdoc +++ b/src/corelib/global/qendian.qdoc @@ -42,7 +42,7 @@ /*! \headerfile <QtEndian> \title Endian Conversion Functions - \ingroup classlists + \ingroup funclists \brief The <QtEndian> header provides functions to convert between little and big endian representations of numbers. */ diff --git a/src/corelib/global/qglobal.cpp b/src/corelib/global/qglobal.cpp index 81a5ae5..5fe2b2f 100644 --- a/src/corelib/global/qglobal.cpp +++ b/src/corelib/global/qglobal.cpp @@ -401,13 +401,13 @@ QT_BEGIN_NAMESPACE /*! \headerfile <QtGlobal> \title Global Qt Declarations - \ingroup classlists + \ingroup funclists - \brief The <QtGlobal> header provides basic declarations and - is included by all other Qt headers. + \brief The <QtGlobal> header file includes the fundamental global + declarations. It is included by most other Qt header files. - The declarations include \l {types}, \l functions and - \l macros. + The global declarations include \l{types}, \l{functions} and + \l{macros}. The type definitions are partly convenience definitions for basic types (some of which guarantee certain bit-sizes on all platforms |