summaryrefslogtreecommitdiffstats
path: root/doc/src
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2009-05-12 13:02:12 (GMT)
committerMartin Smith <msmith@trolltech.com>2009-05-12 13:02:12 (GMT)
commit4deacd35b92a6879009248a205139a871e5a589f (patch)
treef40394b208980770f7c2bce488a590af84f26227 /doc/src
parent1099908428c594d67fe1da740126f4acfcdc8a0a (diff)
downloadQt-4deacd35b92a6879009248a205139a871e5a589f.zip
Qt-4deacd35b92a6879009248a205139a871e5a589f.tar.gz
Qt-4deacd35b92a6879009248a205139a871e5a589f.tar.bz2
qdoc: Fixed some qdoc errors.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/declarative/qmlintro.qdoc7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/src/declarative/qmlintro.qdoc b/doc/src/declarative/qmlintro.qdoc
index 4df1f25..c507e75 100644
--- a/doc/src/declarative/qmlintro.qdoc
+++ b/doc/src/declarative/qmlintro.qdoc
@@ -125,7 +125,7 @@ line opacity: 0.5 has been turned into a comment.
\section2 Property naming
-Properties begin with a lowercase letter (with the exception of Attached properties).
+Properties begin with a lowercase letter (with the exception of \l{Attached Properties}).
\section2 Property types
@@ -216,9 +216,10 @@ State {
}
\endcode
-\section2 Dot properties
+\section2 Dot Properties
-\section2 Attached properties
+\section2 Attached Properties
+\target attached-properties
\section2 Signal Handlers