From: wolf Date: Thu, 12 May 2005 18:11:11 +0000 (+0000) Subject: Remove a few stray @internal markers. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e419c49613215d7d6e1953c57217d838a6d3102a;p=dealii-svn.git Remove a few stray @internal markers. git-svn-id: https://svn.dealii.org/trunk@10673 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 1350aaa5fd..9c44ba82e0 100644 --- a/deal.II/base/include/base/thread_management.h +++ b/deal.II/base/include/base/thread_management.h @@ -5081,7 +5081,6 @@ namespace Threads /** - * @internal * Overload of the non-const spawn * function for member functions * with no arguments. This version of the @@ -5098,7 +5097,6 @@ namespace Threads } /** - * @internal * Overload of the spawn function * for const member functions with * no arguments. This version of the @@ -5151,7 +5149,6 @@ namespace Threads /** - * @internal * Overload of the non-const spawn * function for member functions with * 1 argument. This version of the @@ -5168,7 +5165,6 @@ namespace Threads } /** - * @internal * Overload of the spawn function for * const member functions with 1 * argument. This version of the @@ -5224,7 +5220,6 @@ namespace Threads /** - * @internal * Overload of the non-const spawn * function for member functions * with 2 arguments. This version of the @@ -5241,7 +5236,6 @@ namespace Threads } /** - * @internal * Overload of the spawn function * for const member functions with * 2 arguments. This version of the