From ef81b1035c932bf3c3bdde4c86833c410026594c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 5 Jan 2013 19:46:36 +0100 Subject: [PATCH] Doc++ --- src/Mesh.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Mesh.h b/src/Mesh.h index a7df32fe1..1b918a814 100644 --- a/src/Mesh.h +++ b/src/Mesh.h @@ -416,6 +416,7 @@ class MAGNUM_EXPORT Mesh { /** * @brief Add buffer with non-interleaved vertex attributes for use with given shader + * @return Pointer to self (for method chaining) * * Attribute list is combination of * @ref AbstractShaderProgram::Attribute "attribute definitions" @@ -469,6 +470,7 @@ class MAGNUM_EXPORT Mesh { /** * @brief Add buffer with interleaved vertex attributes for use with given shader + * @return Pointer to self (for method chaining) * * Parameter @p offset is offset of the interleaved array from the * beginning, attribute list is combination of @@ -530,6 +532,7 @@ class MAGNUM_EXPORT Mesh { /** * @brief Add buffer with interleaved vertex attributes for use with given shader + * @return Pointer to self (for method chaining) * * See addInterleavedVertexBuffer() for more information. */