From: David Wells Date: Tue, 3 Oct 2017 02:11:26 +0000 (-0400) Subject: Enable doxygen for the LAPACKSupport namespace. X-Git-Tag: v9.0.0-rc1~1006^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5190%2Fhead;p=dealii.git Enable doxygen for the LAPACKSupport namespace. Doxygen does not pick up undocumented namespaces --- 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 { /**