From 05b7cacca66e39f29efb333a390b1ac509ea71df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 27 Oct 2014 22:52:59 +0100 Subject: [PATCH] MeshTools: removed autolink-preventing % noise. --- src/Magnum/MeshTools/CombineIndexedArrays.h | 2 +- src/Magnum/MeshTools/Interleave.h | 6 +++--- src/Magnum/MeshTools/RemoveDuplicates.h | 2 +- src/Magnum/MeshTools/Subdivide.h | 2 +- src/Magnum/MeshTools/Tipsify.h | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/Magnum/MeshTools/CombineIndexedArrays.h b/src/Magnum/MeshTools/CombineIndexedArrays.h index 1d031331e..44155da6e 100644 --- a/src/Magnum/MeshTools/CombineIndexedArrays.h +++ b/src/Magnum/MeshTools/CombineIndexedArrays.h @@ -147,7 +147,7 @@ template inline void writeCombinedArrays(UnsignedInt stride /** @brief Combine indexed arrays @param[in,out] indexedArrays Index and attribute arrays -@return %Array with resulting indices +@return Array with resulting indices Creates new combined index array and reorders original attribute arrays so they can be indexed with the new single index array. diff --git a/src/Magnum/MeshTools/Interleave.h b/src/Magnum/MeshTools/Interleave.h index 22bc35f92..6e1761cf3 100644 --- a/src/Magnum/MeshTools/Interleave.h +++ b/src/Magnum/MeshTools/Interleave.h @@ -95,7 +95,7 @@ template void writeInterleaved(std::size_t stride, char* st } /** -@brief %Interleave vertex attributes +@brief Interleave vertex attributes This function takes list of attribute arrays and returns them interleaved, so data for each attribute are in continuous place in memory. @@ -157,7 +157,7 @@ template typename std::enable_if::va } /** -@brief %Interleave vertex attributes into existing buffer +@brief Interleave vertex attributes into existing buffer Unlike @ref interleave() this function interleaves the data into existing buffer and leaves gaps untouched instead of zero-initializing them. This @@ -180,7 +180,7 @@ template void interleaveInto(Containers::ArrayReference class Subdivide { } /** -@brief %Subdivide the mesh +@brief Subdivide the mesh @tparam Vertex Vertex data type @tparam Interpolator See `interpolator` function parameter @param[in,out] indices Index array to operate on diff --git a/src/Magnum/MeshTools/Tipsify.h b/src/Magnum/MeshTools/Tipsify.h index 84476b9b1..6d8fa0172 100644 --- a/src/Magnum/MeshTools/Tipsify.h +++ b/src/Magnum/MeshTools/Tipsify.h @@ -61,7 +61,7 @@ class MAGNUM_MESHTOOLS_EXPORT Tipsify { } /** -@brief %Tipsify the mesh +@brief Tipsify the mesh @param[in,out] indices Indices array to operate on @param[in] vertexCount Vertex count @param[in] cacheSize Post-transform vertex cache size