From 3cd991d04d35df99941036fea2beb2b3ea13890c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 6 Jul 2012 01:47:40 +0200 Subject: [PATCH] Forgot hiding also Mesh function implementation from documentation. --- src/Mesh.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mesh.cpp b/src/Mesh.cpp index fde21c538..6cd8633a5 100644 --- a/src/Mesh.cpp +++ b/src/Mesh.cpp @@ -56,6 +56,7 @@ void Mesh::draw() { unbind(); } +#ifndef DOXYGEN_GENERATING_OUTPUT void Mesh::bind() { #ifndef MAGNUM_TARGET_GLES glBindVertexArray(vao); @@ -73,7 +74,6 @@ void Mesh::unbind() { #endif } -#ifndef DOXYGEN_GENERATING_OUTPUT void Mesh::finalize() { /* Already finalized */ if(finalized) return;