From 8d4b45cda353987dfffa59fc7cdb02c5ba5064ad Mon Sep 17 00:00:00 2001 From: baldurk Date: Fri, 20 Nov 2020 18:15:00 +0000 Subject: [PATCH] Fix paramref documentation reference --- qrenderdoc/Code/Interface/QRDInterface.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qrenderdoc/Code/Interface/QRDInterface.h b/qrenderdoc/Code/Interface/QRDInterface.h index 8b2016ea7..8e453834c 100644 --- a/qrenderdoc/Code/Interface/QRDInterface.h +++ b/qrenderdoc/Code/Interface/QRDInterface.h @@ -463,8 +463,8 @@ bounds parameters will be clamped to the available subresources. :param bool autofit: ``True`` if the zoom level should be auto-calculated continuously to automatically fit the texture completely in view. -:param float zoom: The zoom level as a percentage, with 100% being 1.0. Ignored if :param:`autofit` - is ``True``. +:param float zoom: The zoom level as a percentage, with 100% being 1.0. Ignored if + :paramref:`autofit` is ``True``. )"); virtual void SetZoomLevel(bool autofit, float zoom) = 0;