]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Make comment for namespace invisible for doxygen since it produces an unwarranted...
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 5 Nov 2007 23:13:30 +0000 (23:13 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 5 Nov 2007 23:13:30 +0000 (23:13 +0000)
git-svn-id: https://svn.dealii.org/trunk@15450 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/include/base/numbers.h

index a4f5d647a3ba123f3c62db749114214c172693da..ea9eddc45c1e41fe0333cd9415a9562f1097bb46 100644 (file)
@@ -154,15 +154,19 @@ namespace numbers
   bool is_finite (const std::complex<long double> 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<std::complex<number> > ,
+                                   * 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 <typename number>

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.