From: Wolfgang Bangerth Date: Sat, 15 Feb 2020 05:58:18 +0000 (-0700) Subject: Use better markup when talking about header files. X-Git-Tag: v9.2.0-rc1~517^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9537%2Fhead;p=dealii.git Use better markup when talking about header files. --- diff --git a/doc/doxygen/headers/laoperators.h b/doc/doxygen/headers/laoperators.h index bae04aa159..e6d3c18de7 100644 --- a/doc/doxygen/headers/laoperators.h +++ b/doc/doxygen/headers/laoperators.h @@ -97,8 +97,8 @@ * Consequently, the user program has to include header files for both classes * for compilation to be successful. In an attempt to make easier the decision of which * headers to include in what circumstances and to prevent hidden templates-related - * compiler errors, all headers relevant to LinearOperator are grouped in - * . + * compiler errors, all headers relevant to LinearOperator are grouped in the + * `` header file. * *

Packaged Operation

*