From 8f30eb3d90d4c46f520a2556b5008cd8e47b83d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 13 Mar 2019 11:42:47 +0100 Subject: [PATCH] doc: mention Eigen integration. --- doc/types.dox | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/types.dox b/doc/types.dox index d59abd9d9..677a2fd2a 100644 --- a/doc/types.dox +++ b/doc/types.dox @@ -216,6 +216,9 @@ documentation of each `Integration.h` header for details: - Math-related Vulkan structures --- @ref Magnum/Vk/Integration.h, part of the @ref Vk library +- All Eigen types --- @ref Magnum/EigenIntegration/Integration.h and + @ref Magnum/EigenIntegration/GeometryIntegration.h, part of the + @ref EigenIntegration library - All GLM types --- @ref Magnum/GlmIntegration/Integration.h, @ref Magnum/GlmIntegration/GtcIntegration.h and @ref Magnum/GlmIntegration/GtxIntegration.h, part of the