[smart_ptr] Corrected documentation: s/typename/class/ 77/10677/1
authorOssama Othman <ossama.othman@intel.com>
Tue, 8 Oct 2013 17:32:01 +0000 (10:32 -0700)
committerOssama Othman <ossama.othman@intel.com>
Tue, 8 Oct 2013 17:32:01 +0000 (10:32 -0700)
Change-Id: Ie53824f5887e573f389760e646f468015a686049
Signed-off-by: Ossama Othman <ossama.othman@intel.com>
include/settingsd/smart_ptr.hpp

index a7d4bdd..aeb47f3 100644 (file)
@@ -37,14 +37,14 @@ namespace ivi
   namespace settings
   {
     /**
-     * @typename smart_ptr
+     * @class smart_ptr
      *
      * @brief C++11 style smart pointer for use by settings plug-ins.
      *
-     * This typename exposes a C++11-style smart pointer interface to
+     * This class exposes a C++11-style smart pointer interface to
      * allow RAII based handling of resources provided by third party
      * libraries, such as Glib.  Core functionality is implemented in
-     * traits that this typename template leverages.
+     * traits that this class template leverages.
      */
     template<typename T>
     class smart_ptr