diff options
| author | Martin Smith <[email protected]> | 2013-04-30 15:46:20 +0200 |
|---|---|---|
| committer | The Qt Project <[email protected]> | 2013-05-07 14:56:01 +0200 |
| commit | 36b7c3cd2bee59964ea07e9677a5a789676f2eae (patch) | |
| tree | 104702eac80306f32a68e262e9b9b57cacbc80d4 /src/gui/opengl/qopenglfunctions_1_3.cpp | |
| parent | e4471e72b20495d7cd4507537cc18196ca41cc71 (diff) | |
qdoc: The \wrapper command is added
If \wrapper appears in a \class comment or a
\qmltype comment, qdoc will not print warnings
when it finds public members of the class or the
QML type that are not documented.
The \wrapper command is added to several
opengl classes. This reduces the number of
qdoc warnings by several thousands.
Task-number: QTBUG-30755
Change-Id: Iba1eebc1590ccf54100e40fe91423240c1b3d09d
Reviewed-by: Topi Reiniƶ <[email protected]>
Reviewed-by: Venugopal Shivashankar <[email protected]>
Reviewed-by: Martin Smith <[email protected]>
Reviewed-by: Jerome Pasion <[email protected]>
Diffstat (limited to 'src/gui/opengl/qopenglfunctions_1_3.cpp')
| -rw-r--r-- | src/gui/opengl/qopenglfunctions_1_3.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/opengl/qopenglfunctions_1_3.cpp b/src/gui/opengl/qopenglfunctions_1_3.cpp index ace7507e356..94605f8638b 100644 --- a/src/gui/opengl/qopenglfunctions_1_3.cpp +++ b/src/gui/opengl/qopenglfunctions_1_3.cpp @@ -57,6 +57,7 @@ QT_BEGIN_NAMESPACE \class QOpenGLFunctions_1_3 \inmodule QtGui \since 5.1 + \wrapper \brief The QOpenGLFunctions_1_3 class provides all functions for this version and profile of OpenGL. \sa QAbstractOpenGLFunctions |
