From: Martin Kronbichler Date: Fri, 27 Apr 2018 16:06:05 +0000 (+0200) Subject: Some random doc fixes. X-Git-Tag: v9.0.0-rc1~89^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f168a46da219454efcb8b9c97d91bc951756b4cc;p=dealii.git Some random doc fixes. --- 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. *