From 4253195fbf45722628701a0dc82ab9fc665f5af7 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 24 Jul 2014 14:59:19 -0500 Subject: [PATCH] Fix doxygen formatting. 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 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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. -- 2.39.5