Improve Accessibility documentation.
authorFrederik Gladhorn <frederik.gladhorn@nokia.com>
Sat, 7 Jan 2012 00:47:06 +0000 (01:47 +0100)
committerQt by Nokia <qt-info@nokia.com>
Tue, 10 Jan 2012 20:44:38 +0000 (21:44 +0100)
Change-Id: I41a48a69c1de34b37bcb4a703f844647d8c61456
Reviewed-by: Jan-Arve Sæther <jan-arve.saether@nokia.com>
src/quick/items/qquickaccessibleattached.cpp

index 213920b..6b83dbc 100644 (file)
@@ -49,9 +49,13 @@ QT_BEGIN_NAMESPACE
 
 /*!
     \qmlclass Accessible QQuickAccessibleAttached
+    \brief Attached property to enable accessibility of QML items.
+
     \inqmlmodule QtQuick 2
     \ingroup qml-basic-interaction-elements
-    \brief Attached property to enable accessibility of QML items.
+    \ingroup accessibility
+
+    This class is part of \l {Accessibility for Qt Quick Applications}.
 
     Items the user interacts with or that give information to the user
     need to expose their information in a semantic way.