From 71ad83529e7d2c7828e027666f24470cf86db63e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Mon, 12 Oct 2020 14:16:10 +0200 Subject: [PATCH] rhi: Add missing \internal doc commands Pick-to: 5.15 Change-Id: I09a69a04c6fcd406602e797cbeec59216fecd5d8 Reviewed-by: Laszlo Agocs --- src/gui/rhi/qrhimetal.mm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/gui/rhi/qrhimetal.mm b/src/gui/rhi/qrhimetal.mm index 9108ad825f2..d8eb3259094 100644 --- a/src/gui/rhi/qrhimetal.mm +++ b/src/gui/rhi/qrhimetal.mm @@ -75,6 +75,7 @@ QT_BEGIN_NAMESPACE /*! \class QRhiMetalInitParams \inmodule QtRhi + \internal \brief Metal specific initialization parameters. A Metal-based QRhi needs no special parameters for initialization. @@ -106,12 +107,14 @@ QT_BEGIN_NAMESPACE /*! \class QRhiMetalNativeHandles \inmodule QtRhi + \internal \brief Holds the Metal device used by the QRhi. */ /*! \class QRhiMetalCommandBufferNativeHandles \inmodule QtRhi + \internal \brief Holds the MTLCommandBuffer and MTLRenderCommandEncoder objects that are backing a QRhiCommandBuffer. \note The command buffer object is only guaranteed to be valid while