diff options
author | Paul Wicking <[email protected]> | 2024-08-22 19:57:28 +0200 |
---|---|---|
committer | Paul Wicking <[email protected]> | 2024-08-28 08:25:30 +0200 |
commit | cd8244131e2d6fe2c2453ae40213e7f12bff893d (patch) | |
tree | 40b1b42f419fbf9c487506840d6e5735e865d1c9 /examples/opengl/doc/src | |
parent | 205edd15070720ce94ef5ba7d7e32b0b715abcf9 (diff) |
Doc: Remove usage of defunct QDoc command
The QDoc command `\tableofcontents` was rendered useless by a change
more than a decade ago. Remove the use of `\tableofcontents` as it
serves no purpose, and ensure that the surrounding context still makes
sense for the reader, by removing preceding text that refers to a
non-existing table of contents, such as `Contents:`.
Task-number: QTBUG-128173
Pick-to: 6.8
Change-Id: Ibb5a6af0e80f70fa487cdf6a7e38009a9ef60cbf
Reviewed-by: Safiyyah Moosa <[email protected]>
Reviewed-by: Venugopal Shivashankar <[email protected]>
Diffstat (limited to 'examples/opengl/doc/src')
-rw-r--r-- | examples/opengl/doc/src/cube.qdoc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/opengl/doc/src/cube.qdoc b/examples/opengl/doc/src/cube.qdoc index d01985701c1..f5f5c2f58ef 100644 --- a/examples/opengl/doc/src/cube.qdoc +++ b/examples/opengl/doc/src/cube.qdoc @@ -34,8 +34,6 @@ We'll start by initializing OpenGL ES 2.0 in \c MainWidget. - \tableofcontents - \section1 Initializing OpenGL ES 2.0 Since OpenGL ES 2.0 doesn't support fixed graphics pipeline anymore it has to |