summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid Boddie <dboddie@trolltech.com>2009-07-13 11:46:46 (GMT)
committerDavid Boddie <dboddie@trolltech.com>2009-07-13 11:46:46 (GMT)
commit85fbffa12bcd38b08030561335305c3226312bc6 (patch)
tree5dd4a0e42e8b9cf2f96e05c30a9ead27f5506f6a /doc
parent109bc35a0200bb04fbbb9e7e944572082f966e91 (diff)
downloadQt-85fbffa12bcd38b08030561335305c3226312bc6.zip
Qt-85fbffa12bcd38b08030561335305c3226312bc6.tar.gz
Qt-85fbffa12bcd38b08030561335305c3226312bc6.tar.bz2
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')
-rw-r--r--doc/src/qnamespace.qdoc1
-rw-r--r--doc/src/qsql.qdoc2
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/qnamespace.qdoc b/doc/src/qnamespace.qdoc
index b691ac7..d509912 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 5315413..0f690e8 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}
*/