From 761eb8d6459fe09cbce6a9d93d4a95e014806dab Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 12 Jan 2006 03:28:08 +0000 Subject: [PATCH] Use @pre instead of \pre git-svn-id: https://svn.dealii.org/trunk@11987 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe_collection.h | 2 +- deal.II/deal.II/include/fe/mapping_collection.h | 2 +- deal.II/deal.II/include/fe/q_collection.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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. */ -- 2.39.5