From 02ea6d37bbddd45abe5352266c2951c888e2e0d6 Mon Sep 17 00:00:00 2001
From: Wolfgang Bangerth <bangerth@colostate.edu>
Date: Fri, 14 Feb 2020 22:58:18 -0700
Subject: [PATCH] Use better markup when talking about header files.

---
 doc/doxygen/headers/laoperators.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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
- * <deal.ii/lac/linear_operator_tools.h>.
+ * compiler errors, all headers relevant to LinearOperator are grouped in the
+ * `<deal.II/lac/linear_operator_tools.h>` header file.
  *
  * <h3>Packaged Operation</h3>
  *
-- 
2.39.5