From 358f78f215faf9dab433a279d87007f52fbe3c71 Mon Sep 17 00:00:00 2001 From: Giuseppe D'Angelo Date: Fri, 11 May 2012 01:47:46 +0100 Subject: QtGui: remove \link usages Change-Id: Ib8cca14a8fa35fbc631bfea9b4873225eac3677f Reviewed-by: Casper van Donderen --- src/gui/opengl/qopenglframebufferobject.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/gui/opengl/qopenglframebufferobject.cpp') diff --git a/src/gui/opengl/qopenglframebufferobject.cpp b/src/gui/opengl/qopenglframebufferobject.cpp index cc5750490dc..ea75dd4cdf5 100644 --- a/src/gui/opengl/qopenglframebufferobject.cpp +++ b/src/gui/opengl/qopenglframebufferobject.cpp @@ -83,10 +83,10 @@ QT_BEGIN_NAMESPACE A framebuffer object has several characteristics: \list - \li \link setSamples() Number of samples per pixels.\endlink - \li \link setAttachment() Depth and/or stencil attachments.\endlink - \li \link setTextureTarget() Texture target.\endlink - \li \link setInternalTextureFormat() Internal texture format.\endlink + \li \l{setSamples()}{Number of samples per pixels.} + \li \l{setAttachment()}{Depth and/or stencil attachments.} + \li \l{setTextureTarget()}{Texture target.} + \li \l{setInternalTextureFormat()}{Internal texture format.} \endlist Note that the desired attachments or number of samples per pixels might not -- cgit v1.2.3