From 852b762d2b72ecc4874bc6d130e1443b61302f81 Mon Sep 17 00:00:00 2001 From: David Wells Date: Mon, 2 Oct 2017 22:11:26 -0400 Subject: [PATCH] Enable doxygen for the LAPACKSupport namespace. Doxygen does not pick up undocumented namespaces --- include/deal.II/lac/lapack_support.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/deal.II/lac/lapack_support.h b/include/deal.II/lac/lapack_support.h index 7353252e80..0867d1eadc 100644 --- a/include/deal.II/lac/lapack_support.h +++ b/include/deal.II/lac/lapack_support.h @@ -23,6 +23,10 @@ DEAL_II_NAMESPACE_OPEN +/** + * A namespace containing constants, exceptions, enumerations, and other + * utilities used by the deal.II LAPACK bindings. + */ namespace LAPACKSupport { /** -- 2.39.5