diff options
author | Martin Smith <msmith@trolltech.com> | 2009-08-31 12:27:31 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-08-31 12:33:49 (GMT) |
commit | a660e4f11356750bdb8ad0330ed3deed4319c49c (patch) | |
tree | 79e45483be441133c10bb5db4c7ae6d926458704 /src/corelib/tools/qshareddata.cpp | |
parent | 5cd15cc3e4da69074d6cd0a2c5b3a987af4e24c1 (diff) | |
download | Qt-a660e4f11356750bdb8ad0330ed3deed4319c49c.zip Qt-a660e4f11356750bdb8ad0330ed3deed4319c49c.tar.gz Qt-a660e4f11356750bdb8ad0330ed3deed4319c49c.tar.bz2 |
doc: Fixed several qdoc errors.
Diffstat (limited to 'src/corelib/tools/qshareddata.cpp')
-rw-r--r-- | src/corelib/tools/qshareddata.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/corelib/tools/qshareddata.cpp b/src/corelib/tools/qshareddata.cpp index 3d1a339..85b8244 100644 --- a/src/corelib/tools/qshareddata.cpp +++ b/src/corelib/tools/qshareddata.cpp @@ -231,6 +231,15 @@ QT_BEGIN_NAMESPACE \sa QSharedData, QExplicitlySharedDataPointer, QScopedPointer, QSharedPointer */ +/*! \typedef QSharedDataPointer::Type + This is the type of the shared data object. The \e{d pointer} + points to an object of this type. + */ + +/*! \typedef QSharedDataPointer::pointer + \internal + */ + /*! \fn T& QSharedDataPointer::operator*() Provides access to the shared data object's members. This function calls detach(). @@ -552,4 +561,8 @@ QT_BEGIN_NAMESPACE points to an object of this type. */ +/*! \typedef QExplicitlySharedDataPointer::pointer + \internal + */ + QT_END_NAMESPACE |