From: Wolfgang Bangerth Date: Thu, 12 Jan 2006 03:28:08 +0000 (+0000) Subject: Use @pre instead of \pre X-Git-Tag: v8.0.0~12675 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=761eb8d6459fe09cbce6a9d93d4a95e014806dab;p=dealii.git Use @pre instead of \pre git-svn-id: https://svn.dealii.org/trunk@11987 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/fe/fe_collection.h b/deal.II/deal.II/include/fe/fe_collection.h index da51dd009f..69d26c6ba5 100644 --- a/deal.II/deal.II/include/fe/fe_collection.h +++ b/deal.II/deal.II/include/fe/fe_collection.h @@ -67,7 +67,7 @@ namespace hp * Get a reference to the given element * in this collection. * - * \pre @p index must be between zero + * @pre @p index must be between zero * and the number of elements of the * collection. */ diff --git a/deal.II/deal.II/include/fe/mapping_collection.h b/deal.II/deal.II/include/fe/mapping_collection.h index 462b2e71a8..e53b1b4e65 100644 --- a/deal.II/deal.II/include/fe/mapping_collection.h +++ b/deal.II/deal.II/include/fe/mapping_collection.h @@ -76,7 +76,7 @@ namespace hp * active_fe_index which is provided * as a parameter to this method. * - * \pre @p index must be between zero + * @pre @p index must be between zero * and the number of elements of the * collection. */ diff --git a/deal.II/deal.II/include/fe/q_collection.h b/deal.II/deal.II/include/fe/q_collection.h index c1a836c6a0..23e0cea93c 100644 --- a/deal.II/deal.II/include/fe/q_collection.h +++ b/deal.II/deal.II/include/fe/q_collection.h @@ -67,7 +67,7 @@ namespace hp * quadrature rule specified by the * argument. * - * \pre @p index must be between zero + * @pre @p index must be between zero * and the number of elements of the * collection. */