summaryrefslogtreecommitdiffstats
path: root/src/gui/opengl/qopenglfunctions_1_2.cpp
diff options
context:
space:
mode:
authorTopi Reinio <[email protected]>2013-09-03 14:38:45 +0200
committerThe Qt Project <[email protected]>2013-09-09 10:40:37 +0200
commite5ee6c00946d3a13502e460b7ca8354aa35586a9 (patch)
tree09cc37097978b4c8a4e10ad390736da599dedc3c /src/gui/opengl/qopenglfunctions_1_2.cpp
parent656fb307202a750594ff3f499431f55c9b57a8f9 (diff)
Doc: Link to external docs in QOpenGLFunctions_* classes
These are wrapper classes that do not document their functions. This change adds links to docs on opengl.org / khronos.org where suitable, and changes the \brief commands to mention the correct OpenGL version/profile. Change-Id: I48154d5bce26f6753ca4400962939847c78a527d Reviewed-by: Jerome Pasion <[email protected]> Reviewed-by: Sean Harmer <[email protected]>
Diffstat (limited to 'src/gui/opengl/qopenglfunctions_1_2.cpp')
-rw-r--r--src/gui/opengl/qopenglfunctions_1_2.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/gui/opengl/qopenglfunctions_1_2.cpp b/src/gui/opengl/qopenglfunctions_1_2.cpp
index 2b149006807..1c6ad1ddffc 100644
--- a/src/gui/opengl/qopenglfunctions_1_2.cpp
+++ b/src/gui/opengl/qopenglfunctions_1_2.cpp
@@ -58,7 +58,11 @@ QT_BEGIN_NAMESPACE
\inmodule QtGui
\since 5.1
\wrapper
- \brief The QOpenGLFunctions_1_2 class provides all functions for this version and profile of OpenGL.
+ \brief The QOpenGLFunctions_1_2 class provides all functions for OpenGL 1.2 specification.
+
+ This class is a wrapper for functions from OpenGL 1.2 specification.
+ See reference pages on \l {http://www.opengl.org/sdk/docs/}{opengl.org}
+ for function documentation.
\sa QAbstractOpenGLFunctions
*/