From: Guido Kanschat Date: Fri, 30 Jan 2004 13:19:24 +0000 (+0000) Subject: reduce doxygen errors X-Git-Tag: v8.0.0~15876 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0db494e43141431a53450a25da393b0c53239f64;p=dealii.git reduce doxygen errors git-svn-id: https://svn.dealii.org/trunk@8364 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/grid/grid_in.h b/deal.II/deal.II/include/grid/grid_in.h index 6461cb6ee4..e898193725 100644 --- a/deal.II/deal.II/include/grid/grid_in.h +++ b/deal.II/deal.II/include/grid/grid_in.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -341,6 +341,8 @@ class GridIn /* -------------- declaration of explicit specializations ------------- */ +/// @if NoDoc + template <> void GridIn<2>::debug_output_grid (const std::vector > &cells, @@ -352,5 +354,6 @@ GridIn<3>::debug_output_grid (const std::vector > &cells, const std::vector > &vertices, std::ostream &out); +/// @endif #endif diff --git a/deal.II/deal.II/include/grid/tria.h b/deal.II/deal.II/include/grid/tria.h index 2968d18953..92029dab06 100644 --- a/deal.II/deal.II/include/grid/tria.h +++ b/deal.II/deal.II/include/grid/tria.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -3489,6 +3489,7 @@ class Triangulation : public TriaDimensionInfo, /* -------------- declaration of explicit specializations ------------- */ +/// @if NoDoc template <> TriaDimensionInfo<1>::cell_iterator Triangulation<1>::begin (const unsigned int level) const; template <> TriaDimensionInfo<1>::raw_cell_iterator Triangulation<1>::end () const; @@ -3635,5 +3636,6 @@ template <> void CellData<1>::rotate (const unsigned int); template <> void CellData<2>::rotate (const unsigned int times); template <> void CellData<3>::rotate (const unsigned int times); +/// @endif #endif diff --git a/deal.II/deal.II/include/grid/tria_accessor.h b/deal.II/deal.II/include/grid/tria_accessor.h index 331b63ed06..48aa97049b 100644 --- a/deal.II/deal.II/include/grid/tria_accessor.h +++ b/deal.II/deal.II/include/grid/tria_accessor.h @@ -2597,6 +2597,8 @@ class CellAccessor : public TriaObjectAccessor /* -------------- declaration of explicit specializations ------------- */ +/// @if NoDoc + template <> Point<2> TriaObjectAccessor<2, 2>::barycenter () const; template <> Point<3> TriaObjectAccessor<2, 3>::barycenter () const; template <> Point<3> TriaObjectAccessor<3, 3>::barycenter () const; @@ -2640,5 +2642,6 @@ template <> double TriaObjectAccessor<3, 3>::measure () const; // include more templates in debug and optimized mode # include "tria_accessor.templates.h" +/// @endif #endif diff --git a/deal.II/deal.II/include/grid/tria_boundary.h b/deal.II/deal.II/include/grid/tria_boundary.h index e835d078ca..ca37e6aaa8 100644 --- a/deal.II/deal.II/include/grid/tria_boundary.h +++ b/deal.II/deal.II/include/grid/tria_boundary.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -370,6 +370,8 @@ class StraightBoundary : public Boundary /* -------------- declaration of explicit specializations ------------- */ +/// @if NoDoc + template <> void StraightBoundary<1>:: @@ -403,9 +405,6 @@ StraightBoundary<3>:: get_intermediate_points_on_quad (const Triangulation<3>::quad_iterator &quad, std::vector > &points) const; - - -/*---------------------------- boundary-function.h ---------------------------*/ +/// @endif #endif -/*---------------------------- boundary-function.h ---------------------------*/ diff --git a/deal.II/deal.II/include/grid/tria_boundary_lib.h b/deal.II/deal.II/include/grid/tria_boundary_lib.h index 23d285c651..d76b097107 100644 --- a/deal.II/deal.II/include/grid/tria_boundary_lib.h +++ b/deal.II/deal.II/include/grid/tria_boundary_lib.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -476,6 +476,8 @@ class HalfHyperShellBoundary : public HyperShellBoundary /* -------------- declaration of explicit specializations ------------- */ +/// @if NoDoc + template <> Point<1> HyperBallBoundary<1>:: @@ -524,5 +526,6 @@ HalfHyperShellBoundary<1>:: get_normals_at_vertices (const Triangulation<1>::face_iterator &, Boundary<1>::FaceVertexNormals &) const; +/// @endif #endif