]> https://gitweb.dealii.org/ - dealii.git/commitdiff
reduce doxygen errors
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Fri, 30 Jan 2004 13:19:24 +0000 (13:19 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Fri, 30 Jan 2004 13:19:24 +0000 (13:19 +0000)
git-svn-id: https://svn.dealii.org/trunk@8364 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/grid/grid_in.h
deal.II/deal.II/include/grid/tria.h
deal.II/deal.II/include/grid/tria_accessor.h
deal.II/deal.II/include/grid/tria_boundary.h
deal.II/deal.II/include/grid/tria_boundary_lib.h

index 6461cb6ee4ca7b9971ea9e1f3addc74beac942ef..e898193725ea6b1ab40175f5a86cb074e27155fe 100644 (file)
@@ -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<CellData<2> > &cells,
@@ -352,5 +354,6 @@ GridIn<3>::debug_output_grid (const std::vector<CellData<3> > &cells,
                              const std::vector<Point<3> >    &vertices,
                              std::ostream                    &out);
 
+/// @endif
 
 #endif
index 2968d18953b538e7b80181d7c84c94fcd5dd7363..92029dab06099e3ce54f783808e3c0358e8b0c96 100644 (file)
@@ -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<dim>,
 
 /* -------------- 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
index 331b63ed065769924b4d2a6c939702221dfda527..48aa97049bfa91df21df90abd4b25fbb2aa4a7f4 100644 (file)
@@ -2597,6 +2597,8 @@ class CellAccessor :  public TriaObjectAccessor<dim,dim>
 
 /* -------------- 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
index e835d078ca5808f814ef43e556a5e333b57fbe65..ca37e6aaa8e11c2561f89e53ecd434af30e50a4c 100644 (file)
@@ -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<dim>
 
 /* -------------- 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<Point<3> > &points) const;
 
-
-
-/*----------------------------   boundary-function.h     ---------------------------*/
+/// @endif
 
 #endif
-/*----------------------------   boundary-function.h     ---------------------------*/
index 23d285c65155e4a88d32929ebfde8f1d7ec342e7..d76b097107733a3b696a0f49c7eec80b5bc36d1d 100644 (file)
@@ -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<dim>
 
 /* -------------- 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

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.