From f0f045c5af5b7041cbaec431d85e847a1eb8d848 Mon Sep 17 00:00:00 2001 From: Daniel Arndt <6da@ornl.gov> Date: Tue, 18 Oct 2022 18:32:05 -0400 Subject: [PATCH] Fix more --- doc/doxygen/options.dox.in | 3 ++- doc/news/3.0.0-vs-3.1.0.h | 4 ++-- include/deal.II/base/tensor_accessors.h | 3 +-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/doxygen/options.dox.in b/doc/doxygen/options.dox.in index 9e0271628e..be0af82bc7 100644 --- a/doc/doxygen/options.dox.in +++ b/doc/doxygen/options.dox.in @@ -70,7 +70,8 @@ WARN_IF_DOC_ERROR = YES INPUT = RECURSIVE = YES -EXCLUDE_PATTERNS = *.templates.h +EXCLUDE_PATTERNS = *.templates.h \ + *.txt EXAMPLE_PATH = @CMAKE_BINARY_DIR@/doc/doxygen/tutorial \ @CMAKE_SOURCE_DIR@/examples/doxygen EXAMPLE_RECURSIVE = NO diff --git a/doc/news/3.0.0-vs-3.1.0.h b/doc/news/3.0.0-vs-3.1.0.h index 1650b331f7..949a887f04 100644 --- a/doc/news/3.0.0-vs-3.1.0.h +++ b/doc/news/3.0.0-vs-3.1.0.h @@ -379,8 +379,8 @@ All entries are signed with the names of the author.

  • - Improved: FullMatrix::invert(...) now inverts matrices of all + Improved: FullMatrix::invert + now inverts matrices of all sizes. If there is no hardcoded inversion, gauss_jordan() is used implicitly.
    diff --git a/include/deal.II/base/tensor_accessors.h b/include/deal.II/base/tensor_accessors.h index 5787a1cf3f..b42c31fd96 100644 --- a/include/deal.II/base/tensor_accessors.h +++ b/include/deal.II/base/tensor_accessors.h @@ -43,8 +43,7 @@ DEAL_II_NAMESPACE_OPEN * @endcode * * deal.II has its own implementation for tensorial objects such as - * dealii::Tensor and dealii::SymmetricTensor + * dealii::Tensor and dealii::SymmetricTensor * * The methods and algorithms implemented in this namespace, however, are * fully generic. More precisely, it can operate on nested c-style arrays, or -- 2.39.5