From: Daniel Arndt Date: Sun, 30 Oct 2022 22:52:13 +0000 (-0400) Subject: Suppress some doxygen warnings X-Git-Tag: v9.5.0-rc1~854^2~7 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e27b9dd04a15127bb8c1fdf0a3bab7f6d5e17f82;p=dealii.git Suppress some doxygen warnings --- diff --git a/source/lac/affine_constraints_cuda.cc b/source/lac/affine_constraints_cuda.cc index 8b79fe6d61..a64f7bb119 100644 --- a/source/lac/affine_constraints_cuda.cc +++ b/source/lac/affine_constraints_cuda.cc @@ -17,6 +17,7 @@ DEAL_II_NAMESPACE_OPEN +#ifndef DOXYGEN namespace internal { @@ -44,4 +45,6 @@ AffineConstraints::set_zero< LinearAlgebra::distributed::Vector>( LinearAlgebra::distributed::Vector &) const; +#endif // DOXYGEN + DEAL_II_NAMESPACE_CLOSE diff --git a/source/lac/la_parallel_vector_cuda.cc b/source/lac/la_parallel_vector_cuda.cc index bb18dfadf0..e4ebd6c6f5 100644 --- a/source/lac/la_parallel_vector_cuda.cc +++ b/source/lac/la_parallel_vector_cuda.cc @@ -18,6 +18,7 @@ DEAL_II_NAMESPACE_OPEN +#ifndef DOXYGEN namespace LinearAlgebra { @@ -60,5 +61,6 @@ namespace LinearAlgebra } // namespace distributed } // namespace LinearAlgebra +#endif // DOXYGEN DEAL_II_NAMESPACE_CLOSE diff --git a/source/lac/read_write_vector_cuda.cc b/source/lac/read_write_vector_cuda.cc index 4e98f8da61..dd24a1afb9 100644 --- a/source/lac/read_write_vector_cuda.cc +++ b/source/lac/read_write_vector_cuda.cc @@ -18,6 +18,7 @@ DEAL_II_NAMESPACE_OPEN +#ifndef DOXYGEN namespace LinearAlgebra { @@ -44,4 +45,6 @@ namespace LinearAlgebra const std::shared_ptr &); } // namespace LinearAlgebra +#endif // DOXYGEN + DEAL_II_NAMESPACE_CLOSE