From: Wolfgang Bangerth Date: Mon, 17 Aug 2009 23:18:05 +0000 (+0000) Subject: Wording change, set props. X-Git-Tag: v8.0.0~7274 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc1de7b4dbfceacedb136e57f6aff96665e6231b;p=dealii.git Wording change, set props. git-svn-id: https://svn.dealii.org/trunk@19294 0785d39b-7218-0410-832d-ea1e28bc413d --- 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 {