From 05c64ea468c5e260907672d18a9bbd9268039299 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 12 Jan 2006 16:02:39 +0000 Subject: [PATCH] Pacify warnings from Doxygen. git-svn-id: https://svn.dealii.org/trunk@12003 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/hp_fe_values.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/deal.II/deal.II/include/fe/hp_fe_values.h b/deal.II/deal.II/include/fe/hp_fe_values.h index 32e5316618..cd8acb0f8e 100644 --- a/deal.II/deal.II/include/fe/hp_fe_values.h +++ b/deal.II/deal.II/include/fe/hp_fe_values.h @@ -246,7 +246,7 @@ namespace hp * the respective parameter in * that function also being the * return value of the - * DoFHandler::get_fe() + * DoFHandler::get_fe() * function. */ FEValues (const hp::MappingCollection &mapping_collection, @@ -274,7 +274,7 @@ namespace hp * the respective parameter in * that function also being the * return value of the - * DoFHandler::get_fe() + * DoFHandler::get_fe() * function. */ FEValues (const hp::FECollection &fe_collection, @@ -334,7 +334,7 @@ namespace hp * the respective parameter in * that function also being the * return value of the - * DoFHandler::get_fe() + * DoFHandler::get_fe() * function. */ FEFaceValues (const hp::MappingCollection &mapping_collection, @@ -362,7 +362,7 @@ namespace hp * the respective parameter in * that function also being the * return value of the - * DoFHandler::get_fe() + * DoFHandler::get_fe() * function. */ FEFaceValues (const hp::FECollection &fe_collection, @@ -447,7 +447,7 @@ namespace hp * the respective parameter in * that function also being the * return value of the - * DoFHandler::get_fe() + * DoFHandler::get_fe() * function. */ FESubfaceValues (const hp::MappingCollection &mapping_collection, @@ -475,7 +475,7 @@ namespace hp * the respective parameter in * that function also being the * return value of the - * DoFHandler::get_fe() + * DoFHandler::get_fe() * function. */ FESubfaceValues (const hp::FECollection &fe_collection, -- 2.39.5