diff --git a/src/Magnum/MeshTools/CompressIndices.h b/src/Magnum/MeshTools/CompressIndices.h index de4d112fd..7cb4e0816 100644 --- a/src/Magnum/MeshTools/CompressIndices.h +++ b/src/Magnum/MeshTools/CompressIndices.h @@ -52,7 +52,6 @@ Example usage: @snippet MagnumMeshTools.cpp compressIndices @see @ref compressIndicesAs() -@todo Extract IndexType out of Mesh class */ std::tuple, MeshIndexType, UnsignedInt, UnsignedInt> MAGNUM_MESHTOOLS_EXPORT compressIndices(const std::vector& indices);