From 5ac7fd619dde33c537867de42cd31feeaed4afaf Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 5 Nov 2007 23:13:30 +0000 Subject: [PATCH] Make comment for namespace invisible for doxygen since it produces an unwarranted warning that there is a duplicate documentation. git-svn-id: https://svn.dealii.org/trunk@15450 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/numbers.h | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/deal.II/base/include/base/numbers.h b/deal.II/base/include/base/numbers.h index a4f5d647a3..ea9eddc45c 100644 --- a/deal.II/base/include/base/numbers.h +++ b/deal.II/base/include/base/numbers.h @@ -154,15 +154,19 @@ namespace numbers bool is_finite (const std::complex x); /** - * A structure that, together with its - * partial specializations, provides traits - * and member functions that make it - * possible to write templates that work on - * both real number types and complex - * number types. This template is mostly - * used to implement linear algebra classes - * such as vectors and matrices that work - * for both real and complex numbers. + * A structure that, together with + * its partial specializations + * NumberTraits > , + * provides traits and member + * functions that make it possible + * to write templates that work on + * both real number types and + * complex number types. This + * template is mostly used to + * implement linear algebra classes + * such as vectors and matrices + * that work for both real and + * complex numbers. * * @author Wolfgang Bangerth, 2007 */ @@ -288,7 +292,7 @@ namespace numbers //TODO[WB]: eventually remove this namespace alias -/** +/* * Namespace alias with the old name for the numbers namespace. The namespace * was originally called numbers, but has since been renamed to * dealii::numbers when everything was moved into namespace dealii. @@ -298,7 +302,8 @@ namespace numbers namespace deal_II_numbers = numbers; -/* --------------- inline and template functions ---------------- */ +// --------------- inline and template functions ---------------- // + namespace numbers { template -- 2.39.5