summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@digia.com>2013-08-13 15:15:43 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-08-14 15:40:02 +0200
commit1f6b9d410670d58ca2bcd58fc3381c6871590bed (patch)
tree89f3160264aaf39e65a4e2c0564f0006e18e3fef
parentabd957a571645026c6e8ff47a649d22ba02515c0 (diff)
Doc: Polished "Glossary of QML Terms" page
-removed extra section -changed the title of page Change-Id: I3e3f32ebe846ba453907334b284d3076df5db289 Reviewed-by: Martin Smith <martin.smith@digia.com>
-rw-r--r--doc/src/qmlapp/applicationdevelopers.qdoc2
-rw-r--r--doc/src/qmlapp/glossary.qdoc7
2 files changed, 3 insertions, 6 deletions
diff --git a/doc/src/qmlapp/applicationdevelopers.qdoc b/doc/src/qmlapp/applicationdevelopers.qdoc
index 0ddffc0aa..a532974b0 100644
--- a/doc/src/qmlapp/applicationdevelopers.qdoc
+++ b/doc/src/qmlapp/applicationdevelopers.qdoc
@@ -56,7 +56,7 @@ The following pages contain more information about QML:
\li \l{First Steps with QML} - begin using QML with these examples
\li \l{The QML Reference} - reference about the QML constructs and features
\li \l{qml-codingconventions.html}{QML Coding Conventions}
-\li \l{qtquick-glossary.html}{Glossary of Terms}
+\li \l{Glossary of QML Terms}
\endlist
\section2 What is Qt Quick?
diff --git a/doc/src/qmlapp/glossary.qdoc b/doc/src/qmlapp/glossary.qdoc
index 3c0291857..81d431f30 100644
--- a/doc/src/qmlapp/glossary.qdoc
+++ b/doc/src/qmlapp/glossary.qdoc
@@ -26,8 +26,8 @@
****************************************************************************/
/*!
-\page qtquick-glossary.html
-\title Qt Quick Glossary Of Terms
+\page qml-glossary.html
+\title Glossary Of QML Terms
\brief Glossary of terms used in the documentation for QML and Qt Quick
\section1 Common Terms
@@ -187,7 +187,4 @@
provides the \l Loader type to make lazy instantiation more
convenient.
\endtable
-
-\section1 Indexed Alphabetically
-
*/