From: Wolfgang Bangerth Date: Thu, 24 Jul 2014 19:59:19 +0000 (-0500) Subject: Fix doxygen formatting. X-Git-Tag: v8.2.0-rc1~254^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4253195fbf45722628701a0dc82ab9fc665f5af7;p=dealii.git Fix doxygen formatting. Some of the member functions in smartpointer.h did not have documentation according to a format that doxygen would pick up. --- diff --git a/include/deal.II/base/smartpointer.h b/include/deal.II/base/smartpointer.h index d2435f1883..73caf262cb 100644 --- a/include/deal.II/base/smartpointer.h +++ b/include/deal.II/base/smartpointer.h @@ -72,7 +72,7 @@ public: */ SmartPointer (); - /* + /** * Copy constructor for * SmartPointer. We do now * copy the object subscribed to @@ -82,7 +82,7 @@ public: template SmartPointer (const SmartPointer &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.