]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Doxygen: fix missing related link in ArrayView 14896/head
authorSebastian Proell <sebastian.proell@tum.de>
Wed, 15 Mar 2023 17:20:31 +0000 (18:20 +0100)
committerSebastian Proell <sebastian.proell@tum.de>
Wed, 15 Mar 2023 17:20:31 +0000 (18:20 +0100)
include/deal.II/base/array_view.h

index 2f34d18beb99d8dfb9db7e97d6ba3f4db6120547..5dee29438ced41769e2ddd553403df94f2bd6494 100644 (file)
@@ -1070,6 +1070,8 @@ make_array_view(const std::vector<ElementType> &vector,
  * Create a writable view to an entire AlignedVector object. See the
  * documentation of the corresponding overload for std::vector for more
  * information.
+ *
+ * @relatesalso ArrayView
  */
 template <typename ElementType>
 inline ArrayView<ElementType>
@@ -1084,6 +1086,8 @@ make_array_view(AlignedVector<ElementType> &vector)
  * Create a read-only view to an entire AlignedVector object. See the
  * documentation of the corresponding overload for std::vector for more
  * information.
+ *
+ * @relatesalso ArrayView
  */
 template <typename ElementType>
 inline ArrayView<const ElementType>
@@ -1098,6 +1102,8 @@ make_array_view(const AlignedVector<ElementType> &vector)
  * Create a writable view to a part of an AlignedVector object. See the
  * documentation of the corresponding overload for std::vector for more
  * information.
+ *
+ * @relatesalso ArrayView
  */
 template <typename ElementType>
 inline ArrayView<ElementType>
@@ -1118,6 +1124,8 @@ make_array_view(AlignedVector<ElementType> &vector,
  * Create a read-only view to a part of an AlignedVector object. See the
  * documentation of the corresponding overload for std::vector for more
  * information.
+ *
+ * @relatesalso ArrayView
  */
 template <typename ElementType>
 inline ArrayView<const ElementType>

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.