From: Ralf Hartmann Date: Tue, 11 Oct 2005 15:04:05 +0000 (+0000) Subject: Conditionalize everything in internal namespaces to @cond X-Git-Tag: v8.0.0~13015 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3f0032231205cb30b134867a569d8cbb17a1ce7;p=dealii.git Conditionalize everything in internal namespaces to @cond git-svn-id: https://svn.dealii.org/trunk@11588 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/grid/grid_reordering_internal.h b/deal.II/deal.II/include/grid/grid_reordering_internal.h index dda3c016c6..88c18ea11a 100644 --- a/deal.II/deal.II/include/grid/grid_reordering_internal.h +++ b/deal.II/deal.II/include/grid/grid_reordering_internal.h @@ -22,8 +22,9 @@ - - + /** + * @cond internal + */ namespace internal { /** @@ -836,7 +837,9 @@ namespace internal }; } // namespace GridReordering3d } // namespace internal - + /** + * @endcond + */ #endif