summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Klokkhammer Helsing <johan.helsing@qt.io>2017-09-26 12:46:24 +0200
committerJohan Helsing <johan.helsing@qt.io>2017-10-03 08:35:10 +0000
commitdd584b2cf2060434b4bfca7940905612cfd4a2a9 (patch)
tree1fed088941a869386d4bbe7d7f1abda3505ce28c
parent9a6bf3112168636295cd98fca9137ce03b387eaf (diff)
Prevent '* * *' from appearing in WaylandView documentation
The documentation was missing the proper indentation. Change-Id: I3ce2afd8b9ea8c045f54202f942a8f55f831c1b2 Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
-rw-r--r--src/compositor/compositor_api/qwaylandview.cpp9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/compositor/compositor_api/qwaylandview.cpp b/src/compositor/compositor_api/qwaylandview.cpp
index 1ce923d48..f56cb0b8e 100644
--- a/src/compositor/compositor_api/qwaylandview.cpp
+++ b/src/compositor/compositor_api/qwaylandview.cpp
@@ -118,10 +118,11 @@ QObject *QWaylandView::renderObject() const
return d->renderObject;
}
/*!
-* \qmlproperty object QtWaylandCompositor::WaylandView::surface
-*
-* This property holds the surface viewed by this WaylandView.
-*/
+ * \qmlproperty object QtWaylandCompositor::WaylandView::surface
+ *
+ * This property holds the surface viewed by this WaylandView.
+ */
+
/*!
* \property QWaylandView::surface
*