From: Wolfgang Bangerth Date: Thu, 12 May 2005 16:18:39 +0000 (+0000) Subject: Add an @endif to make sure documentation is properly generated. X-Git-Tag: v8.0.0~13886 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a959b66e510e6f498889f2845aaece6f4cbc3fc;p=dealii.git Add an @endif to make sure documentation is properly generated. git-svn-id: https://svn.dealii.org/trunk@10669 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 0570e200a5..3fe7b18a8b 100644 --- a/deal.II/base/include/base/thread_management.h +++ b/deal.II/base/include/base/thread_management.h @@ -720,10 +720,10 @@ namespace Threads } // end declarations of namespace Threads -/// @if NoDoc /* ----------- implementation of functions in namespace Threads ---------- */ namespace Threads { +/// @if NoDoc template std::vector > split_range (const ForwardIterator &begin, @@ -782,7 +782,8 @@ namespace Threads return return_values; } - +///@endif + namespace internal { /**