From fe4be7aebeb32fb63b632fe0ffdb33e54c471916 Mon Sep 17 00:00:00 2001 From: "Dmitry Yu. Naumov" <github@naumov.de> Date: Fri, 22 Mar 2019 23:26:08 +0100 Subject: [PATCH] [NL] Fix rendering of doxygen docu. --- NumLib/Fem/Integration/GaussLegendreIntegrationPolicy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NumLib/Fem/Integration/GaussLegendreIntegrationPolicy.h b/NumLib/Fem/Integration/GaussLegendreIntegrationPolicy.h index 00df39d9ada..fb32e4b0170 100644 --- a/NumLib/Fem/Integration/GaussLegendreIntegrationPolicy.h +++ b/NumLib/Fem/Integration/GaussLegendreIntegrationPolicy.h @@ -31,7 +31,7 @@ namespace NumLib /// Gauss-Legendre integration method is used. The default implementation is /// choosing the regular-element integration, for other elements a /// specialization must be provided, as for example for triangles -/// (\see GaussLegendreIntegrationPolicy<MeshLib::Tri>). +/// (\ref GaussLegendreIntegrationPolicy<MeshLib::Tri>). /// The integration method depends on the dimension of the element and correctly /// chosen number and placement of the integration points within the element. template <typename MeshElement_> -- GitLab