From 29b0650a170e66f18847d6bd5803ad5c108a95d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Thu, 27 Sep 2018 19:04:23 -0700 Subject: [PATCH] Cleanup. --- include/bgfx/bgfx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/bgfx/bgfx.h b/include/bgfx/bgfx.h index 1ae049053..7efb97609 100644 --- a/include/bgfx/bgfx.h +++ b/include/bgfx/bgfx.h @@ -2511,7 +2511,7 @@ namespace bgfx /// Calculate amount of memory required for texture. /// - /// @param[out] _info Resulting texture info structure. + /// @param[out] _info Resulting texture info structure. See: `TextureInfo`. /// @param[in] _width Width. /// @param[in] _height Height. /// @param[in] _depth Depth dimension of volume texture.