From: Krishnakumar Gopalakrishnan Date: Wed, 15 Jan 2020 11:51:35 +0000 (+0000) Subject: In glossary for coarse_mesh, use semantic (code) font for refine_global call since... X-Git-Tag: v9.2.0-rc1~649^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9330%2Fhead;p=dealii.git In glossary for coarse_mesh, use semantic (code) font for refine_global call since doxygen wasn't already hyperlinking it anyway --- 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