From: Wolfgang Bangerth Date: Thu, 20 Mar 2008 12:02:23 +0000 (+0000) Subject: We replace dealii:: by :: in preprocessing of documentation, so use a different metho... X-Git-Tag: v8.0.0~9257 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a2ca34de8d63faf1f823851e974cc9da856ca20;p=dealii.git We replace dealii:: by :: in preprocessing of documentation, so use a different method to document things here. git-svn-id: https://svn.dealii.org/trunk@15917 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/headers/namespace_dealii.h b/deal.II/doc/doxygen/headers/namespace_dealii.h index 8311f510ec..4edf5ab273 100644 --- a/deal.II/doc/doxygen/headers/namespace_dealii.h +++ b/deal.II/doc/doxygen/headers/namespace_dealii.h @@ -1,10 +1,11 @@ /** - * This is the namespace in which everything in deal.II is in. To avoid - * prefixing every class and function call with dealii::, the @ref Tutorial + * This is the namespace in which everything in deal.II is. To avoid prefixing + * every class and function call with the namespace name, the @ref Tutorial * therefore have a using namespace dealii; at the top of the * code. * - * In this documentation, the namespace prefix is suppressed for brevity. + * Throughout the documentation, the namespace prefix is suppressed for + * brevity. */ namespace dealii {