diff options
author | Martin Smith <martin.smith@nokia.com> | 2010-08-09 12:27:50 (GMT) |
---|---|---|
committer | Martin Smith <martin.smith@nokia.com> | 2010-08-09 12:27:50 (GMT) |
commit | 6648d81c880012bad52380bd73bbe92d68260f7e (patch) | |
tree | b2090ffec713ced9440b5639c722f7df11339419 /doc | |
parent | 631b56c7e8e628c3399faeab3932338195073a38 (diff) | |
download | Qt-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.qdoc | 1 | ||||
-rw-r--r-- | doc/src/index.qdoc | 14 | ||||
-rw-r--r-- | doc/src/overviews.qdoc | 2 |
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 & Platform-specific dev</a></li> - <li><a href="technology-apis.html">Qt & 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 & 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 & 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. |