From cd8244131e2d6fe2c2453ae40213e7f12bff893d Mon Sep 17 00:00:00 2001 From: Paul Wicking Date: Thu, 22 Aug 2024 19:57:28 +0200 Subject: 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 Reviewed-by: Venugopal Shivashankar --- examples/opengl/doc/src/cube.qdoc | 2 -- 1 file changed, 2 deletions(-) (limited to 'examples/opengl/doc/src') 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 -- cgit v1.2.3