From f3fbb65ed23f5e3ac171e3640800ab098e902721 Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 12 May 2005 18:05:16 +0000 Subject: [PATCH] Fix a pasto. Move comments around. git-svn-id: https://svn.dealii.org/trunk@10672 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/thread_management.h | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/deal.II/base/include/base/thread_management.h b/deal.II/base/include/base/thread_management.h index e4e15b10ed..1350aaa5fd 100644 --- a/deal.II/base/include/base/thread_management.h +++ b/deal.II/base/include/base/thread_management.h @@ -721,9 +721,9 @@ namespace Threads } // end declarations of namespace Threads /* ----------- implementation of functions in namespace Threads ---------- */ +/// @if NoDoc namespace Threads { -/// @if NoDoc template std::vector > split_range (const ForwardIterator &begin, @@ -781,9 +781,12 @@ namespace Threads } return return_values; } +} ///@endif - + +namespace Threads +{ namespace internal { /** @@ -5999,11 +6002,12 @@ namespace Threads * Overload of the spawn function * for non-member or static member * functions with no - * arguments. This version of the fun - * ction is only visible if - * multithreading is not enabled, but - * it has the exact same interface as - * if multithreading was enabled. + * arguments. This version of the + * function is only visible if * + * multithreading is not enabled, + * but * it has the exact same + * interface as * if multithreading + * was enabled. */ template inline -- 2.39.5