From 9e3a54bad7498c9c19fb16b80423979cad58abf8 Mon Sep 17 00:00:00 2001 From: Krishnakumar Gopalakrishnan Date: Wed, 15 Jan 2020 11:51:35 +0000 Subject: [PATCH] In glossary for coarse_mesh, use semantic (code) font for refine_global call since doxygen wasn't already hyperlinking it anyway --- doc/doxygen/headers/glossary.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doxygen/headers/glossary.h b/doc/doxygen/headers/glossary.h index 49ebf4cd13..8c6d886b45 100644 --- a/doc/doxygen/headers/glossary.h +++ b/doc/doxygen/headers/glossary.h @@ -407,7 +407,7 @@ * * Triangulation objects store cells in levels: in * particular, all cells of a coarse mesh are on level zero. Their - * children (if we executed Triangulation::refine_global(1) on a + * children (if we executed `Triangulation::refine_global(1)` on a * coarse mesh) would then be at level one, etc. The coarse mesh of a * triangulation (in the sense of the previous paragraph) then * consists of exactly the level-zero cells of a triangulation. (Whether -- 2.39.5