From dc1de7b4dbfceacedb136e57f6aff96665e6231b Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 17 Aug 2009 23:18:05 +0000 Subject: [PATCH] Wording change, set props. git-svn-id: https://svn.dealii.org/trunk@19294 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/doxygen/headers/std_cxx1x.h | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/deal.II/doc/doxygen/headers/std_cxx1x.h b/deal.II/doc/doxygen/headers/std_cxx1x.h index 8d19f70038..9f746b07fc 100644 --- a/deal.II/doc/doxygen/headers/std_cxx1x.h +++ b/deal.II/doc/doxygen/headers/std_cxx1x.h @@ -1,5 +1,5 @@ //------------------------------------------------------------------------- -// $Id: multithreading.h 12072 2006-01-17 23:42:23Z wolf $ +// $Id$ // Version: $Name$ // // Copyright (C) 2009 by the deal.II authors @@ -12,13 +12,12 @@ //------------------------------------------------------------------------- /** - * A namespace that contains classes and functions that will be part - * of the next C++ standard (tentatively called C++1x) and that are - * currently available via the BOOST library. The elements that - * are available through the current namespace are either imported - * from namespace std (if a compiler's library provides them) or from - * namespace boost. + * A namespace that contains classes and functions that will be part of the + * next C++ standard (tentatively called C++1x) and that are currently + * available via the BOOST library. The + * elements that are available through the current namespace are either + * imported from namespace std (if a compiler's library provides + * them) or from namespace boost. */ namespace std_cxx1x { -- 2.39.5