From 6a2ca34de8d63faf1f823851e974cc9da856ca20 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 20 Mar 2008 12:02:23 +0000 Subject: [PATCH] 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 --- deal.II/doc/doxygen/headers/namespace_dealii.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 { -- 2.39.5