From 1f5a8081db869817719b65ea2edf09f938990d54 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Wed, 12 Mar 2014 13:38:15 +0000 Subject: [PATCH] fix doxygen warning git-svn-id: https://svn.dealii.org/trunk@32643 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/doxygen/headers/global_dof_index.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/doc/doxygen/headers/global_dof_index.h b/deal.II/doc/doxygen/headers/global_dof_index.h index 2b5d84bddd..2ca27ca983 100644 --- a/deal.II/doc/doxygen/headers/global_dof_index.h +++ b/deal.II/doc/doxygen/headers/global_dof_index.h @@ -28,7 +28,7 @@ * represent quantities that will most definitely not be larger than 4 billion. * * The data type we define for these indices to keep the bulk - * of the code base free of #ifdefs is types::global_dof_index. + * of the code base free of \#ifdefs is types::global_dof_index. * If deal.II is configured as normal, this type is unsigned int, * but can be switched to unsigned long long int if the right * flag is provided (see the ReadMe file). This page is intended to clarify -- 2.39.5