From: heister Date: Wed, 12 Mar 2014 13:38:15 +0000 (+0000) Subject: fix doxygen warning X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7847f46cbc19a96508050f0ab4c529b777b79be8;p=dealii-svn.git fix doxygen warning git-svn-id: https://svn.dealii.org/trunk@32643 0785d39b-7218-0410-832d-ea1e28bc413d --- 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