From f168a46da219454efcb8b9c97d91bc951756b4cc Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Fri, 27 Apr 2018 18:06:05 +0200 Subject: [PATCH] Some random doc fixes. --- include/deal.II/matrix_free/matrix_free.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/deal.II/matrix_free/matrix_free.h b/include/deal.II/matrix_free/matrix_free.h index 9f0e1beee6..22fd5bc7cd 100644 --- a/include/deal.II/matrix_free/matrix_free.h +++ b/include/deal.II/matrix_free/matrix_free.h @@ -93,7 +93,8 @@ DEAL_II_NAMESPACE_OPEN * operations for several cells with one CPU instruction and is one of the * main features of this framework. * - * For details on usage of this class, see the description of FEEvaluation. + * For details on usage of this class, see the description of FEEvaluation or + * the @ref matrixfree "matrix-free module". * * @ingroup matrixfree * @@ -595,7 +596,7 @@ public: * the data of the calling class and the last argument defines the range of * cells which should be worked on (typically more than one cell should be * worked on in order to reduce overheads). One can pass a pointer to an - * object in this place if it has an operator() with the + * object in this place if it has an `operator()` with the * correct set of arguments since such a pointer can be converted to the * function object. * -- 2.39.5