]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix doxygen formatting. 24/head
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 24 Jul 2014 19:59:19 +0000 (14:59 -0500)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 24 Jul 2014 19:59:19 +0000 (14:59 -0500)
Some of the member functions in smartpointer.h did not have documentation according to a format that doxygen would pick up.

include/deal.II/base/smartpointer.h

index d2435f1883d9de2f1ead35ee4bc3c35f4e170709..73caf262cb7c1796ccb1c5be54fd22b30bf3d61b 100644 (file)
@@ -72,7 +72,7 @@ public:
    */
   SmartPointer ();
 
-  /*
+  /**
    * Copy constructor for
    * SmartPointer. We do now
    * copy the object subscribed to
@@ -82,7 +82,7 @@ public:
   template <class Q>
   SmartPointer (const SmartPointer<T,Q> &tt);
 
-  /*
+  /**
    * Copy constructor for
    * SmartPointer. We do now
    * copy the object subscribed to
@@ -246,6 +246,7 @@ private:
    * short name.
    */
   T *t;
+
   /**
    * The identification for the
    * subscriptor.

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.