//-------------------------------------------------------------------------
-// $Id: multithreading.h 12072 2006-01-17 23:42:23Z wolf $
+// $Id$
// Version: $Name$
//
// Copyright (C) 2009 by the deal.II authors
//-------------------------------------------------------------------------
/**
- * 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 <a
- * href="http://www.boost.org/">BOOST</a> 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 <a href="http://www.boost.org/">BOOST</a> library. The
+ * elements that are available through the current namespace are either
+ * imported from namespace <code>std</code> (if a compiler's library provides
+ * them) or from namespace boost.
*/
namespace std_cxx1x
{