From 8590d351b1e146e6f60d2e3140cf8f3b8841e9dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 28 Mar 2014 12:30:01 +0100 Subject: [PATCH] Doc++ --- src/Magnum/AbstractShaderProgram.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Magnum/AbstractShaderProgram.h b/src/Magnum/AbstractShaderProgram.h index 27dd44cc4..40dbe55fe 100644 --- a/src/Magnum/AbstractShaderProgram.h +++ b/src/Magnum/AbstractShaderProgram.h @@ -103,8 +103,8 @@ MyShader& setNormalMatrix(const Matrix3x3& matrix) { } @endcode - %Texture setting functions in which you bind the textures - to particular texture units using @ref *Texture::bind() and equivalents, - for example: + to particular texture units using @ref Texture::bind() "*Texture::bind()" + and equivalents, for example: @code MyShader& setDiffuseTexture(Texture2D& texture) { texture.bind(0);