diff options
author | Johan Klokkhammer Helsing <johan.helsing@qt.io> | 2017-09-26 12:46:24 +0200 |
---|---|---|
committer | Johan Helsing <johan.helsing@qt.io> | 2017-10-03 08:35:10 +0000 |
commit | dd584b2cf2060434b4bfca7940905612cfd4a2a9 (patch) | |
tree | 1fed088941a869386d4bbe7d7f1abda3505ce28c /src | |
parent | 9a6bf3112168636295cd98fca9137ce03b387eaf (diff) | |
download | qtwayland-dd584b2cf2060434b4bfca7940905612cfd4a2a9.tar.gz |
Prevent '* * *' from appearing in WaylandView documentation
The documentation was missing the proper indentation.
Change-Id: I3ce2afd8b9ea8c045f54202f942a8f55f831c1b2
Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
Diffstat (limited to 'src')
-rw-r--r-- | src/compositor/compositor_api/qwaylandview.cpp | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/compositor/compositor_api/qwaylandview.cpp b/src/compositor/compositor_api/qwaylandview.cpp index 1ce923d4..f56cb0b8 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 * |