// $Id$
// Version: $Name$
//
-// Copyright (C) 2009 by the deal.II authors
+// Copyright (C) 2009, 2010 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
* @brief A module discussing the use of multiple processor.
*
* This module contains information on %parallel computing. It is
- * subdivided into parts on @ref threads and on @ref distributed.
+ * subdivided into parts on @ref threads and on distributed
+ * computing. The latter part will become available in a future
+ * public release.
*/
* A namespace in which we define classes and algorithms that deal
* with running in %parallel on shared memory machines when deal.II is
* configured to use multiple threads (see @ref threads), as well as
- * running things in %parallel on %distributed memory machines (see @ref
- * distributed).
+ * running things in %parallel on %distributed memory machines.
*
* @ingroup threads
* @author Wolfgang Bangerth, 2008, 2009