Doc: Set the \module pages' \qtvariable.
authorJerome Pasion <jerome.pasion@digia.com>
Thu, 1 Aug 2013 10:38:41 +0000 (12:38 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Fri, 2 Aug 2013 15:58:49 +0000 (17:58 +0200)
-Tells QDoc the module's QT variable value

Change-Id: I91cbaa6eb75ea181dc1b049d92a8acd97cbf1344
Reviewed-by: Martin Smith <martin.smith@digia.com>
src/assistant/help/doc/src/qthelp-module.qdoc
src/designer/src/designer/doc/src/qtdesigner-module.qdoc
src/designer/src/uitools/doc/src/qtuitools-module.qdoc

index e8fd17f..c142d2d 100644 (file)
@@ -29,6 +29,7 @@
     \module QtHelp
     \title Qt Help C++ Classes
     \ingroup modules
+    \qtvariable help
 
     \brief Provides classes for integrating online documentation in
     applications.
index 96eea2a..57beb77 100644 (file)
@@ -29,6 +29,7 @@
     \module QtDesigner
     \title Qt Designer C++ Classes
     \ingroup modules
+    \qtvariable designer
 
     \brief Provides classes to create your own custom widget plugins for
     Qt Designer and classes to access Qt Designer components.
index 99e8920..fa22431 100644 (file)
@@ -30,6 +30,7 @@
     \title Qt UI Tools C++ Classes
     \since 4.1
     \ingroup modules
+    \qtvariable uitools
 
     \brief Provides classes to handle forms created with Qt Designer.