diff options
author | Rhys Weatherley <rhys.weatherley@nokia.com> | 2009-09-14 00:01:34 (GMT) |
---|---|---|
committer | Rhys Weatherley <rhys.weatherley@nokia.com> | 2009-09-14 00:01:34 (GMT) |
commit | 822f979f4398bb364de34a07bfbaa4ade93502db (patch) | |
tree | 26003aa1a6b6d1f28242404a10a852642f385ee5 /src/opengl | |
parent | ed5588f6e9ab11d61fb770eb76509a33962cf571 (diff) | |
download | Qt-822f979f4398bb364de34a07bfbaa4ade93502db.zip Qt-822f979f4398bb364de34a07bfbaa4ade93502db.tar.gz Qt-822f979f4398bb364de34a07bfbaa4ade93502db.tar.bz2 |
qdoc: QGLFormat documentation improvements
Diffstat (limited to 'src/opengl')
-rw-r--r-- | src/opengl/qgl.cpp | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/src/opengl/qgl.cpp b/src/opengl/qgl.cpp index bd9b5a5..1bcfab8 100644 --- a/src/opengl/qgl.cpp +++ b/src/opengl/qgl.cpp @@ -271,7 +271,7 @@ void QGL::setPreferredPaintEngine(QPaintEngine::Type engineType) \i \link setStereo() Stereo buffers.\endlink \i \link setDirectRendering() Direct rendering.\endlink \i \link setOverlay() Presence of an overlay.\endlink - \i \link setPlane() The plane of an overlay format.\endlink + \i \link setPlane() Plane of an overlay.\endlink \i \link setSampleBuffers() Multisample buffers.\endlink \endlist @@ -1353,8 +1353,10 @@ void QGLFormat::setDefaultOverlayFormat(const QGLFormat &f) /*! - Returns true if all the options of the two QGLFormat objects are equal; - otherwise returns false. + Returns true if all the options of the two QGLFormat objects + \a a and \a b are equal; otherwise returns false. + + \relates QGLFormat */ bool operator==(const QGLFormat& a, const QGLFormat& b) @@ -1371,8 +1373,10 @@ bool operator==(const QGLFormat& a, const QGLFormat& b) /*! - Returns false if all the options of the two QGLFormat objects are equal; - otherwise returns true. + Returns false if all the options of the two QGLFormat objects + \a a and \a b are equal; otherwise returns true. + + \relates QGLFormat */ bool operator!=(const QGLFormat& a, const QGLFormat& b) |