summaryrefslogtreecommitdiffstats
path: root/examples/gui
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gui')
-rw-r--r--examples/gui/doc/analogclockwindow.qdoc2
-rw-r--r--examples/gui/doc/openglwindow.qdoc2
-rw-r--r--examples/gui/doc/rasterwindow.qdoc2
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/gui/doc/analogclockwindow.qdoc b/examples/gui/doc/analogclockwindow.qdoc
index 887681332e..ebe9f9a418 100644
--- a/examples/gui/doc/analogclockwindow.qdoc
+++ b/examples/gui/doc/analogclockwindow.qdoc
@@ -29,7 +29,7 @@
\example gui/analogclock
\title Analog Clock Window Example
- The Analog Clock Window example shows how to draw the contents of
+ \brief The Analog Clock Window example shows how to draw the contents of
a custom window.
\image analogclock-window-example.png Screenshot of the Analog
diff --git a/examples/gui/doc/openglwindow.qdoc b/examples/gui/doc/openglwindow.qdoc
index 36f764c60a..9d693bc50e 100644
--- a/examples/gui/doc/openglwindow.qdoc
+++ b/examples/gui/doc/openglwindow.qdoc
@@ -29,7 +29,7 @@
\example gui/openglwindow
\title OpenGL Window Example
- This example shows how to create a minimal QWindow based application
+ \brief This example shows how to create a minimal QWindow based application
for the purpose of using OpenGL.
\image openglwindow-example.png Screenshot of the OpenGLWindow example
diff --git a/examples/gui/doc/rasterwindow.qdoc b/examples/gui/doc/rasterwindow.qdoc
index 266b756240..971b921d30 100644
--- a/examples/gui/doc/rasterwindow.qdoc
+++ b/examples/gui/doc/rasterwindow.qdoc
@@ -29,7 +29,7 @@
\example gui/rasterwindow
\title Raster Window Example
- This example shows how to create a minimal QWindow based
+ \brief This example shows how to create a minimal QWindow based
application using QPainter for rendering.