From: bangerth Date: Sat, 22 Jul 2006 12:37:30 +0000 (+0000) Subject: Remove @cond/@endcond markers that have always confused doxygen X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9c5a43380ed26b9aac1df384e80cebb99db5a10;p=dealii-svn.git Remove @cond/@endcond markers that have always confused doxygen git-svn-id: https://svn.dealii.org/trunk@13410 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/thread_management.h b/deal.II/base/include/base/thread_management.h index 8f73456d28..6461a7b904 100644 --- a/deal.II/base/include/base/thread_management.h +++ b/deal.II/base/include/base/thread_management.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors +// Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -683,12 +683,6 @@ namespace Threads * implemented. The members of this * namespace are not meant for * public use. - * - * The classes inside this - * namespace are suppressed by the - * documentation script in the - * class overview table, to keep it - * short. * * @author Wolfgang Bangerth, 2003 */ @@ -834,9 +828,6 @@ namespace Threads namespace Threads { - /** - * @cond internal - */ namespace internal { /** @@ -2836,16 +2827,10 @@ namespace Threads }; } - /** - * @endcond - */ #if (DEAL_II_USE_MT == 1) # if defined(DEAL_II_USE_MT_POSIX) - /** - * @cond internal - */ namespace internal { /** @@ -2966,9 +2951,6 @@ namespace Threads template struct wrapper_base; } - /** - * @endcond - */ /** @@ -3103,9 +3085,6 @@ namespace Threads - /** - * @cond internal - */ namespace internal { @@ -3552,16 +3531,9 @@ namespace Threads class mem_fun_encapsulator; } - /** - * @endcond - */ // ----------- encapsulators for member functions not taking any parameters - /** - * @cond internal - */ - namespace internal { /** @@ -3591,9 +3563,6 @@ namespace Threads }; } - /** - * @endcond - */ /** * Overload of the non-const spawn @@ -3624,9 +3593,6 @@ namespace Threads // ----------- encapsulators for unary member functions - /** - * @cond internal - */ namespace internal { /** @@ -3657,9 +3623,6 @@ namespace Threads } - /** - * @endcond - */ /** * Overload of the non-const spawn @@ -3690,9 +3653,6 @@ namespace Threads // ----------- encapsulators for binary member functions - /** - * @cond internal - */ namespace internal { /** @@ -3724,9 +3684,6 @@ namespace Threads }; } - /** - * @endcond - */ /** * Overload of the non-const spawn @@ -3756,9 +3713,6 @@ namespace Threads // ----------- encapsulators for ternary member functions - /** - * @cond internal - */ namespace internal { /** @@ -3792,9 +3746,6 @@ namespace Threads }; } - /** - * @endcond - */ /** * Overload of the non-const spawn @@ -3829,9 +3780,6 @@ namespace Threads // ----------- encapsulators for member functions with 4 arguments - /** - * @cond internal - */ namespace internal { /** @@ -3865,9 +3813,6 @@ namespace Threads }; } - /** - * @endcond - */ /** * Overload of the non-const spawn @@ -3902,9 +3847,6 @@ namespace Threads // ----------- encapsulators for member functions with 5 arguments - /** - * @cond internal - */ namespace internal { /** @@ -3940,9 +3882,6 @@ namespace Threads }; } - /** - * @endcond - */ /** * Overload of the non-const spawn @@ -3979,9 +3918,6 @@ namespace Threads // ----------- encapsulators for member functions with 6 arguments - /** - * @cond internal - */ namespace internal { /** @@ -4018,9 +3954,6 @@ namespace Threads }; } - /** - * @endcond - */ /** * Overload of the non-const spawn @@ -4058,9 +3991,6 @@ namespace Threads // ----------- encapsulators for member functions with 7 arguments - /** - * @cond internal - */ namespace internal { /** @@ -4099,9 +4029,6 @@ namespace Threads }; } - /** - * @endcond - */ /** * Overload of the non-const spawn @@ -4145,9 +4072,6 @@ namespace Threads // ----------- encapsulators for member functions with 8 arguments - /** - * @cond internal - */ namespace internal { /** @@ -4187,9 +4111,6 @@ namespace Threads }; } - /** - * @endcond - */ /** * Overload of the non-const spawn @@ -4237,9 +4158,6 @@ namespace Threads // ----------- encapsulators for member functions with 9 arguments - /** - * @cond internal - */ namespace internal { /** @@ -4281,9 +4199,6 @@ namespace Threads }; } - /** - * @endcond - */ /** * Overload of the non-const spawn @@ -4331,9 +4246,6 @@ namespace Threads // ----------- encapsulators for member functions with 10 arguments - /** - * @cond internal - */ namespace internal { /** @@ -4376,9 +4288,6 @@ namespace Threads }; } - /** - * @endcond - */ /** * Overload of the non-const spawn @@ -4431,9 +4340,6 @@ namespace Threads // ----------- encapsulators for functions not taking any parameters - /** - * @cond internal - */ namespace internal { /** @@ -4462,9 +4368,6 @@ namespace Threads }; } - /** - * @endcond - */ /** * Overload of the spawn function for @@ -4483,9 +4386,6 @@ namespace Threads // ----------- encapsulators for unary functions - /** - * @cond internal - */ namespace internal { /** @@ -4514,9 +4414,6 @@ namespace Threads }; } - /** - * @endcond - */ /** * Overload of the spawn function for @@ -4535,9 +4432,6 @@ namespace Threads // ----------- encapsulators for binary functions - /** - * @cond internal - */ namespace internal { /** @@ -4567,9 +4461,6 @@ namespace Threads }; } - /** - * @endcond - */ /** * Overload of the spawn function for @@ -4587,9 +4478,6 @@ namespace Threads // ----------- encapsulators for ternary functions - /** - * @cond internal - */ namespace internal { /** @@ -4621,9 +4509,6 @@ namespace Threads }; } - /** - * @endcond - */ /** * Overload of the spawn function for @@ -4644,9 +4529,6 @@ namespace Threads // ----------- encapsulators for functions with 4 arguments - /** - * @cond internal - */ namespace internal { /** @@ -4678,9 +4560,6 @@ namespace Threads }; } - /** - * @endcond - */ /** * Overload of the spawn function for @@ -4701,9 +4580,6 @@ namespace Threads // ----------- encapsulators for functions with 5 arguments - /** - * @cond internal - */ namespace internal { /** @@ -4737,9 +4613,6 @@ namespace Threads }; } - /** - * @endcond - */ /** * Overload of the spawn function for @@ -4760,9 +4633,6 @@ namespace Threads // ----------- encapsulators for functions with 6 arguments - /** - * @cond internal - */ namespace internal { /** @@ -4797,9 +4667,6 @@ namespace Threads }; } - /** - * @endcond - */ /** * Overload of the spawn function for @@ -4820,9 +4687,6 @@ namespace Threads // ----------- encapsulators for functions with 7 arguments - /** - * @cond internal - */ namespace internal { /** @@ -4859,9 +4723,6 @@ namespace Threads }; } - /** - * @endcond - */ /** * Overload of the spawn function for @@ -4885,9 +4746,6 @@ namespace Threads // ----------- encapsulators for functions with 8 arguments - /** - * @cond internal - */ namespace internal { /** @@ -4925,9 +4783,6 @@ namespace Threads }; } - /** - * @endcond - */ /** * Overload of the spawn function for @@ -4953,9 +4808,6 @@ namespace Threads // ----------- encapsulators for functions with 9 arguments - /** - * @cond internal - */ namespace internal { /** @@ -4995,9 +4847,6 @@ namespace Threads }; } - /** - * @endcond - */ /** * Overload of the spawn function for @@ -5023,9 +4872,6 @@ namespace Threads // ----------- encapsulators for functions with 10 arguments - /** - * @cond internal - */ namespace internal { /** @@ -5066,9 +4912,6 @@ namespace Threads }; } - /** - * @endcond - */ /** * Overload of the spawn function for @@ -5174,9 +5017,6 @@ namespace Threads }; - /** - * @cond internal - */ namespace internal { /** @@ -5259,9 +5099,6 @@ namespace Threads }; } - /** - * @endcond - */ /** * Overload of the non-const spawn @@ -5300,9 +5137,6 @@ namespace Threads // ----------- forwarders for unary member functions - /** - * @cond internal - */ namespace internal { /** @@ -5332,9 +5166,6 @@ namespace Threads }; } - /** - * @endcond - */ /** * Overload of the non-const spawn @@ -5373,9 +5204,6 @@ namespace Threads // ----------- forwarders for binary member functions - /** - * @cond internal - */ namespace internal { /** @@ -5408,9 +5236,6 @@ namespace Threads }; } - /** - * @endcond - */ /** * Overload of the non-const spawn @@ -5448,9 +5273,6 @@ namespace Threads // ----------- forwarders for ternary member functions - /** - * @cond internal - */ namespace internal { /** @@ -5485,9 +5307,6 @@ namespace Threads }; } - /** - * @endcond - */ /** * Overload of the non-const spawn @@ -5530,9 +5349,6 @@ namespace Threads // ----------- forwarders for member functions with 4 arguments - /** - * @cond internal - */ namespace internal { /** @@ -5567,9 +5383,6 @@ namespace Threads }; } - /** - * @endcond - */ /** * Overload of the non-const spawn @@ -5612,9 +5425,6 @@ namespace Threads // ----------- forwarders for member functions with 5 arguments - /** - * @cond internal - */ namespace internal { /** @@ -5651,9 +5461,6 @@ namespace Threads }; } - /** - * @endcond - */ /** * Overload of the non-const spawn @@ -5698,9 +5505,6 @@ namespace Threads // ----------- forwarders for member functions with 6 arguments - /** - * @cond internal - */ namespace internal { /** @@ -5738,9 +5542,6 @@ namespace Threads }; } - /** - * @endcond - */ /** * Overload of the non-const spawn @@ -5786,9 +5587,6 @@ namespace Threads // ----------- forwarders for member functions with 7 arguments - /** - * @cond internal - */ namespace internal { /** @@ -5828,9 +5626,6 @@ namespace Threads }; } - /** - * @endcond - */ /** * Overload of the non-const spawn @@ -5882,9 +5677,6 @@ namespace Threads // ----------- forwarders for member functions with 8 arguments - /** - * @cond internal - */ namespace internal { /** @@ -5925,9 +5717,6 @@ namespace Threads }; } - /** - * @endcond - */ /** * Overload of the non-const spawn @@ -5983,9 +5772,6 @@ namespace Threads // ----------- forwarders for member functions with 9 arguments - /** - * @cond internal - */ namespace internal { /** @@ -6028,9 +5814,6 @@ namespace Threads }; } - /** - * @endcond - */ /** * Overload of the non-const spawn @@ -6086,9 +5869,6 @@ namespace Threads // ----------- forwarders for member functions with 10 arguments - /** - * @cond internal - */ namespace internal { /** @@ -6132,9 +5912,6 @@ namespace Threads }; } - /** - * @endcond - */ /** * Overload of the non-const spawn @@ -6195,9 +5972,6 @@ namespace Threads // ----------- forwarders for functions not taking any parameters - /** - * @cond internal - */ namespace internal { /** @@ -6226,9 +6000,6 @@ namespace Threads }; } - /** - * @endcond - */ /** * Overload of the spawn function @@ -6253,9 +6024,6 @@ namespace Threads // ----------- forwarders for unary functions - /** - * @cond internal - */ namespace internal { /** @@ -6284,9 +6052,6 @@ namespace Threads }; } - /** - * @endcond - */ /** * Overload of the spawn function @@ -6309,9 +6074,6 @@ namespace Threads // ----------- forwarders for binary functions - /** - * @cond internal - */ namespace internal { /** @@ -6342,9 +6104,6 @@ namespace Threads }; } - /** - * @endcond - */ /** * Overload of the spawn function @@ -6366,9 +6125,6 @@ namespace Threads // ----------- forwarders for ternary functions - /** - * @cond internal - */ namespace internal { /** @@ -6401,9 +6157,6 @@ namespace Threads }; } - /** - * @endcond - */ /** * Overload of the spawn function @@ -6428,9 +6181,6 @@ namespace Threads // ----------- forwarders for functions with 4 arguments - /** - * @cond internal - */ namespace internal { /** @@ -6463,9 +6213,6 @@ namespace Threads }; } - /** - * @endcond - */ /** * Overload of the spawn function @@ -6490,9 +6237,6 @@ namespace Threads // ----------- forwarders for functions with 5 arguments - /** - * @cond internal - */ namespace internal { /** @@ -6527,9 +6271,6 @@ namespace Threads }; } - /** - * @endcond - */ /** * Overload of the spawn function @@ -6554,9 +6295,6 @@ namespace Threads // ----------- forwarders for functions with 6 arguments - /** - * @cond internal - */ namespace internal { /** @@ -6592,9 +6330,6 @@ namespace Threads }; } - /** - * @endcond - */ /** * Overload of the spawn function @@ -6619,9 +6354,6 @@ namespace Threads // ----------- forwarders for functions with 7 arguments - /** - * @cond internal - */ namespace internal { /** @@ -6659,9 +6391,6 @@ namespace Threads }; } - /** - * @endcond - */ /** * Overload of the spawn function @@ -6689,9 +6418,6 @@ namespace Threads // ----------- forwarders for functions with 8 arguments - /** - * @cond internal - */ namespace internal { /** @@ -6730,9 +6456,6 @@ namespace Threads }; } - /** - * @endcond - */ /** * Overload of the spawn function @@ -6762,9 +6485,6 @@ namespace Threads // ----------- forwarders for functions with 9 arguments - /** - * @cond internal - */ namespace internal { /** @@ -6805,9 +6525,6 @@ namespace Threads }; } - /** - * @endcond - */ /** * Overload of the spawn function @@ -6837,9 +6554,6 @@ namespace Threads // ----------- forwarders for functions with 10 arguments - /** - * @cond internal - */ namespace internal { /** @@ -6881,9 +6595,6 @@ namespace Threads }; } - /** - * @endcond - */ /** * Overload of the spawn function