From 6c8d4c68ada7d8b77c6ce1897305bb9d46b72351 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 6 Jun 2012 21:30:38 +0000 Subject: [PATCH] Add a couple sentences. git-svn-id: https://svn.dealii.org/trunk@25610 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/doxygen/headers/boundary.h | 34 +++++++++++++++++--------- 1 file changed, 22 insertions(+), 12 deletions(-) diff --git a/deal.II/doc/doxygen/headers/boundary.h b/deal.II/doc/doxygen/headers/boundary.h index f087304c0d..925aa29ccd 100644 --- a/deal.II/doc/doxygen/headers/boundary.h +++ b/deal.II/doc/doxygen/headers/boundary.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2003, 2005, 2006 by the deal.II authors +// Copyright (C) 2003, 2005, 2006, 2012 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -16,23 +16,26 @@ * * The classes in this module are concerned with the description of the * boundary of a domain in which a Triangulation lives. This boundary - * description is necessary in two contexts: + * description is necessary in three contexts: * * * In the context of triangulations, each face of a cell that is located at @@ -59,7 +69,7 @@ * different purposes, for example to indicate that a part of the boundary has * a different kind of boundary condition in the partial differential * equation. - * + * * @ingroup grid * @author Wolfgang Bangerth, 1998-2006 */ -- 2.39.5