From e27b9dd04a15127bb8c1fdf0a3bab7f6d5e17f82 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Sun, 30 Oct 2022 18:52:13 -0400 Subject: [PATCH] Suppress some doxygen warnings --- source/lac/affine_constraints_cuda.cc | 3 +++ source/lac/la_parallel_vector_cuda.cc | 2 ++ source/lac/read_write_vector_cuda.cc | 3 +++ 3 files changed, 8 insertions(+) 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 -- 2.39.5