diff options
author | David Boddie <dboddie@trolltech.com> | 2009-07-13 13:46:46 +0200 |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2009-07-13 13:46:46 +0200 |
commit | 85fbffa12bcd38b08030561335305c3226312bc6 (patch) | |
tree | 5dd4a0e42e8b9cf2f96e05c30a9ead27f5506f6a /doc/src | |
parent | 109bc35a0200bb04fbbb9e7e944572082f966e91 (diff) | |
download | qt4-tools-85fbffa12bcd38b08030561335305c3226312bc6.tar.gz |
Doc: Explicitly declare the module for each namespace to prevent strange
omissions when qdoc is used in certain Windows environments.
Task-number: 256415
Reviewed-by: Trust Me
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/qnamespace.qdoc | 1 | ||||
-rw-r--r-- | doc/src/qsql.qdoc | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/qnamespace.qdoc b/doc/src/qnamespace.qdoc index b691ac7151..d509912542 100644 --- a/doc/src/qnamespace.qdoc +++ b/doc/src/qnamespace.qdoc @@ -41,6 +41,7 @@ /*! \namespace Qt + \inmodule QtCore \brief The Qt namespace contains miscellaneous identifiers used throughout the Qt library. diff --git a/doc/src/qsql.qdoc b/doc/src/qsql.qdoc index 5315413750..0f690e8c35 100644 --- a/doc/src/qsql.qdoc +++ b/doc/src/qsql.qdoc @@ -41,12 +41,12 @@ /*! \namespace QSql + \inmodule QtSql \brief The QSql namespace contains miscellaneous identifiers used throughout the Qt SQL library. \ingroup database \mainclass - \omit ### \module sql \endomit \sa {QtSql Module} */ |