summaryrefslogtreecommitdiffstats
path: root/examples/opengl
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@digia.com>2012-11-28 17:04:12 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-29 13:51:54 +0100
commit4727bb59912484b7f67a56b1fbed4919d5b71c19 (patch)
tree4cfcdffc04316ca5e82f60fe812ce24d04488c36 /examples/opengl
parenta4c7340b73fb93813b74001301b274b42990a896 (diff)
Add \brief to the examples.
That is used by qdoc to generate brief descriptions for the example manifests. Change-Id: I142a6d3259f90d0c9990033b3c36e139062ac343 Reviewed-by: Eike Ziller <eike.ziller@digia.com> Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'examples/opengl')
-rw-r--r--examples/opengl/doc/src/2dpainting.qdoc2
-rw-r--r--examples/opengl/doc/src/cube.qdoc2
-rw-r--r--examples/opengl/doc/src/framebufferobject2.qdoc2
-rw-r--r--examples/opengl/doc/src/grabber.qdoc2
-rw-r--r--examples/opengl/doc/src/hellogl.qdoc2
-rw-r--r--examples/opengl/doc/src/hellogl_es.qdoc2
-rw-r--r--examples/opengl/doc/src/overpainting.qdoc2
-rw-r--r--examples/opengl/doc/src/pbuffers.qdoc2
-rw-r--r--examples/opengl/doc/src/pbuffers2.qdoc2
-rw-r--r--examples/opengl/doc/src/samplebuffers.qdoc2
-rw-r--r--examples/opengl/doc/src/textures.qdoc2
11 files changed, 11 insertions, 11 deletions
diff --git a/examples/opengl/doc/src/2dpainting.qdoc b/examples/opengl/doc/src/2dpainting.qdoc
index 2fdfe9cc4d..24ff54b7ff 100644
--- a/examples/opengl/doc/src/2dpainting.qdoc
+++ b/examples/opengl/doc/src/2dpainting.qdoc
@@ -29,7 +29,7 @@
\example 2dpainting
\title 2D Painting Example
- The 2D Painting example shows how QPainter and QGLWidget can be used
+ \brief The 2D Painting example shows how QPainter and QGLWidget can be used
together to display accelerated 2D graphics on supported hardware.
\image 2dpainting-example.png
diff --git a/examples/opengl/doc/src/cube.qdoc b/examples/opengl/doc/src/cube.qdoc
index 48e701e96c..4885c59049 100644
--- a/examples/opengl/doc/src/cube.qdoc
+++ b/examples/opengl/doc/src/cube.qdoc
@@ -30,7 +30,7 @@
\group all-examples
\title Cube OpenGL ES 2.0 example
- The Cube OpenGL ES 2.0 example shows how to write mouse rotateable
+ \brief The Cube OpenGL ES 2.0 example shows how to write mouse rotateable
textured 3D cube using OpenGL ES 2.0 with Qt. It shows how to handle
polygon geometries efficiently and how to write simple vertex and
fragment shader for programmable graphics pipeline. In addition it
diff --git a/examples/opengl/doc/src/framebufferobject2.qdoc b/examples/opengl/doc/src/framebufferobject2.qdoc
index dd874af159..96104d41a2 100644
--- a/examples/opengl/doc/src/framebufferobject2.qdoc
+++ b/examples/opengl/doc/src/framebufferobject2.qdoc
@@ -29,7 +29,7 @@
\example framebufferobject2
\title Framebuffer Object 2 Example
- The Framebuffer Object 2 example demonstrates how to use the
+ \brief The Framebuffer Object 2 example demonstrates how to use the
QGLFramebufferObject class to render into an off-screen buffer and
use the contents as a texture in a QGLWidget.
diff --git a/examples/opengl/doc/src/grabber.qdoc b/examples/opengl/doc/src/grabber.qdoc
index 26b7b81ae2..5bcf8cc1bd 100644
--- a/examples/opengl/doc/src/grabber.qdoc
+++ b/examples/opengl/doc/src/grabber.qdoc
@@ -29,7 +29,7 @@
\example grabber
\title Grabber Example
- The Grabber examples shows how to retrieve the contents of an OpenGL framebuffer.
+ \brief The Grabber examples shows how to retrieve the contents of an OpenGL framebuffer.
\image grabber-example.png
*/
diff --git a/examples/opengl/doc/src/hellogl.qdoc b/examples/opengl/doc/src/hellogl.qdoc
index ae39f33c5a..3d513912c8 100644
--- a/examples/opengl/doc/src/hellogl.qdoc
+++ b/examples/opengl/doc/src/hellogl.qdoc
@@ -29,7 +29,7 @@
\example hellogl
\title Hello GL Example
- The Hello GL example demonstrates the basic use of the OpenGL-related classes
+ \brief The Hello GL example demonstrates the basic use of the OpenGL-related classes
provided with Qt.
\image hellogl-example.png
diff --git a/examples/opengl/doc/src/hellogl_es.qdoc b/examples/opengl/doc/src/hellogl_es.qdoc
index 9b49325ef1..6f31178768 100644
--- a/examples/opengl/doc/src/hellogl_es.qdoc
+++ b/examples/opengl/doc/src/hellogl_es.qdoc
@@ -29,7 +29,7 @@
\example hellogl_es
\title Hello GL ES Example
- The Hello GL ES example is the \l{Hello GL Example} ported to OpenGL ES.
+ \brief The Hello GL ES example is the \l{Hello GL Example} ported to OpenGL ES.
It also included some effects from the OpenGL \l{Overpainting Example}.
\image hellogl-es-example.png
diff --git a/examples/opengl/doc/src/overpainting.qdoc b/examples/opengl/doc/src/overpainting.qdoc
index 31913595ff..22ae4f874d 100644
--- a/examples/opengl/doc/src/overpainting.qdoc
+++ b/examples/opengl/doc/src/overpainting.qdoc
@@ -29,7 +29,7 @@
\example overpainting
\title Overpainting Example
- The Overpainting example shows how QPainter can be used
+ \brief The Overpainting example shows how QPainter can be used
to overpaint a scene rendered using OpenGL in a QGLWidget.
\image overpainting-example.png
diff --git a/examples/opengl/doc/src/pbuffers.qdoc b/examples/opengl/doc/src/pbuffers.qdoc
index 4e9587a1e9..29f5b3c891 100644
--- a/examples/opengl/doc/src/pbuffers.qdoc
+++ b/examples/opengl/doc/src/pbuffers.qdoc
@@ -29,7 +29,7 @@
\example pbuffers
\title Pixel Buffers Example
- The Pixel Buffers example demonstrates how to use the
+ \brief The Pixel Buffers example demonstrates how to use the
QGLPixelBuffer class to render into an off-screen buffer and use
the contents as a dynamic texture in a QGLWidget.
diff --git a/examples/opengl/doc/src/pbuffers2.qdoc b/examples/opengl/doc/src/pbuffers2.qdoc
index 7e29399954..975feb5f0d 100644
--- a/examples/opengl/doc/src/pbuffers2.qdoc
+++ b/examples/opengl/doc/src/pbuffers2.qdoc
@@ -29,7 +29,7 @@
\example pbuffers2
\title Pixel Buffers 2 Example
- The Pixel Buffers 2 example demonstrates how to use the
+ \brief The Pixel Buffers 2 example demonstrates how to use the
QGLPixelBuffer class to render into an off-screen buffer and use
the contents as a dynamic texture in a QGLWidget.
diff --git a/examples/opengl/doc/src/samplebuffers.qdoc b/examples/opengl/doc/src/samplebuffers.qdoc
index 40bc9af819..7891b71acc 100644
--- a/examples/opengl/doc/src/samplebuffers.qdoc
+++ b/examples/opengl/doc/src/samplebuffers.qdoc
@@ -29,7 +29,7 @@
\example samplebuffers
\title Sample Buffers Example
- The Sample Buffers example demonstrates how to use and enable
+ \brief The Sample Buffers example demonstrates how to use and enable
sample buffers in a QGLWidget.
\image samplebuffers-example.png
diff --git a/examples/opengl/doc/src/textures.qdoc b/examples/opengl/doc/src/textures.qdoc
index a800bb5b1a..390272ac9c 100644
--- a/examples/opengl/doc/src/textures.qdoc
+++ b/examples/opengl/doc/src/textures.qdoc
@@ -29,7 +29,7 @@
\example textures
\title Textures Example
- The Textures example demonstrates the use of Qt's image classes as textures in
+ \brief The Textures example demonstrates the use of Qt's image classes as textures in
applications that use both OpenGL and Qt to display graphics.
\image textures-example.png