summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@nokia.com>2010-08-09 12:27:50 (GMT)
committerMartin Smith <martin.smith@nokia.com>2010-08-09 12:27:50 (GMT)
commit6648d81c880012bad52380bd73bbe92d68260f7e (patch)
treeb2090ffec713ced9440b5639c722f7df11339419 /doc
parent631b56c7e8e628c3399faeab3932338195073a38 (diff)
downloadQt-6648d81c880012bad52380bd73bbe92d68260f7e.zip
Qt-6648d81c880012bad52380bd73bbe92d68260f7e.tar.gz
Qt-6648d81c880012bad52380bd73bbe92d68260f7e.tar.bz2
doc: Fixed some qdoc errors.
Diffstat (limited to 'doc')
-rw-r--r--doc/src/frameworks-technologies/dnd.qdoc1
-rw-r--r--doc/src/index.qdoc14
-rw-r--r--doc/src/overviews.qdoc2
3 files changed, 8 insertions, 9 deletions
diff --git a/doc/src/frameworks-technologies/dnd.qdoc b/doc/src/frameworks-technologies/dnd.qdoc
index c5dd27c..ebfa39e 100644
--- a/doc/src/frameworks-technologies/dnd.qdoc
+++ b/doc/src/frameworks-technologies/dnd.qdoc
@@ -30,7 +30,6 @@
\title Drag and Drop
\brief An overview of the drag and drop system provided by Qt.
- \ingroup technology-apis
\ingroup qt-gui-concepts
Drag and drop provides a simple visual mechanism which users can use
diff --git a/doc/src/index.qdoc b/doc/src/index.qdoc
index c1c63da..0609eb8 100644
--- a/doc/src/index.qdoc
+++ b/doc/src/index.qdoc
@@ -65,11 +65,10 @@
</div>
<div class="sectionlist tricol">
<ul>
- <!-- <li><a href="qt-basic-concepts.html">Programming with Qt</a></li> -->
- <li><a href="qt-basic-concepts.html">Qt Basic Concepts</a></li>
- <li><a href="qt-gui-concepts.html">Qt GUI Concepts</a></li>
- <li><a href="developing-with-qt.html">Cross-platform &amp; Platform-specific dev</a></li>
- <li><a href="technology-apis.html">Qt &amp; standard technologies </a></li>
+ <li><a href="qt-basic-concepts.html">Basic Concepts</a></li>
+ <li><a href="qt-gui-concepts.html">UI Components</a></li>
+ <li><a href="developing-with-qt.html">Cross-platform &amp; Platform-specific</a></li>
+ <li><a href="technology-apis.html">Qt API's for standard technologies </a></li>
<li><a href="best-practices.html">Qt How-to's &amp; best practices</a></li>
</ul>
</div>
@@ -78,8 +77,9 @@
<li><a href="declarativeui.html">Qt Quick</a></li>
<li><a href="qdeclarativeintroduction.html">Introduction to QML</a></li>
<li><a href="qdeclarativeelements.html">QML Elements</a></li>
- <li><a href="qt-gui-concepts.html">UI components</a></li>
- <!-- <li><a href="declarativeui.html">Qt & GUI design</a></li> -->
+ <li><a href="model-view-programming.html">Model/View Programming</a></li>
+ <li><a href="qt-network.html">Network Programming</a></li>
+ <li><a href="qt-graphics.html">Graphics and Printing</a></li>
</ul>
</div>
</div>
diff --git a/doc/src/overviews.qdoc b/doc/src/overviews.qdoc
index a1773a3..3c02705 100644
--- a/doc/src/overviews.qdoc
+++ b/doc/src/overviews.qdoc
@@ -63,7 +63,7 @@
/*!
\group qt-graphics
- \title Qt Graphics and Painting
+ \title Qt Graphics and Printing
\brief The Qt components for doing graphics.