Corrected @file tags and restored 'Files' section.
authorJon A. Cruz <jonc@osg.samsung.com>
Fri, 6 Mar 2015 00:44:03 +0000 (16:44 -0800)
committerPatrick Lankswert <patrick.lankswert@intel.com>
Mon, 9 Mar 2015 20:17:49 +0000 (20:17 +0000)
* Corrected @file tags that were inadvertently broken which left their
  comments falling to the next item to be documented.

* Removed unnecessary '@brief' tags and explicit filenames. The latter are
  only required when the @file is targeting a source other than the one it
  is present in.

* Unified formatting of @file doc comment blocks.

* Added 'Files' section back to generated docs.

Change-Id: I7f3fbc3cecf5a922c9f8a98d673bc91a18be8847
Signed-off-by: Jon A. Cruz <jonc@osg.samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/449
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Erich Keane <erich.keane@intel.com>
Reviewed-by: William Dieter <william.r.dieter@intel.com>
Reviewed-by: Patrick Lankswert <patrick.lankswert@intel.com>
46 files changed:
resource/csdk/connectivity/api/cacommon.h
resource/csdk/connectivity/api/cainterface.h
resource/csdk/connectivity/common/inc/umutex.h
resource/csdk/connectivity/common/inc/uqueue.h
resource/csdk/connectivity/common/inc/uthreadpool.h
resource/csdk/connectivity/common/src/umutex.c
resource/csdk/connectivity/inc/caadapterinterface.h
resource/csdk/connectivity/inc/caedradapter.h
resource/csdk/connectivity/inc/caethernetadapter.h
resource/csdk/connectivity/inc/caleadapter.h
resource/csdk/connectivity/inc/cawifiadapter.h
resource/csdk/connectivity/inc/cawificore.h
resource/csdk/connectivity/inc/cawifiethernetadapter.h
resource/docs/doxygenLayout.xml
resource/include/AttributeValue.h
resource/include/OCHeaderOption.h
resource/include/OCPlatform.h
resource/include/OCPlatform_impl.h
resource/include/OCRepresentation.h
resource/include/OCResource.h
resource/include/OCResourceRequest.h
resource/include/OCResourceResponse.h
resource/include/OCSecurityModel.h
resource/src/OCRepresentation.cpp
service/protocol-plugin/plugin-manager/src/Config.cpp
service/protocol-plugin/plugin-manager/src/Config.h
service/protocol-plugin/plugin-manager/src/CpluffAdapter.cpp
service/protocol-plugin/plugin-manager/src/CpluffAdapter.h
service/protocol-plugin/plugin-manager/src/FelixAdapter.cpp
service/protocol-plugin/plugin-manager/src/FelixAdapter.h
service/protocol-plugin/plugin-manager/src/Plugin.cpp
service/protocol-plugin/plugin-manager/src/Plugin.h
service/protocol-plugin/plugin-manager/src/PluginManager.cpp
service/protocol-plugin/plugin-manager/src/PluginManager.h
service/protocol-plugin/plugin-manager/src/PluginManagerImpl.cpp
service/protocol-plugin/plugin-manager/src/PluginManagerImpl.h
service/things-manager/sdk/inc/ThingsManager.h
service/things-manager/sdk/src/GroupManager.cpp
service/things-manager/sdk/src/GroupManager.h
service/things-manager/sdk/src/GroupSynchronization.cpp
service/things-manager/sdk/src/GroupSynchronization.h
service/things-manager/sdk/src/ThingsConfiguration.cpp
service/things-manager/sdk/src/ThingsConfiguration.h
service/things-manager/sdk/src/ThingsDiagnostics.cpp
service/things-manager/sdk/src/ThingsDiagnostics.h
service/things-manager/sdk/src/ThingsManager.cpp

index 7e4cda1..7550fab 100644 (file)
@@ -1,4 +1,4 @@
-/******************************************************************
+/* ****************************************************************
  *
  * Copyright 2014 Samsung Electronics All Rights Reserved.
  *
  ******************************************************************/
 
 /**
- * @file cacommon.h
- * @brief This file contains the common data structures between Resource , CA and adapters
+ * @file
+ *
+ * This file contains the common data structures between Resource, CA and
+ * adapters.
  */
+
 #ifndef __CA_COMMON_H_
 #define __CA_COMMON_H_
 
index 8619f92..ec6916e 100644 (file)
@@ -1,4 +1,4 @@
-/******************************************************************
+/* ****************************************************************
  *
  * Copyright 2014 Samsung Electronics All Rights Reserved.
  *
@@ -19,8 +19,9 @@
  ******************************************************************/
 
 /**
- * @file cainterface.h
- * @brief This file contains the APIs for Resource Model to use
+ * @file
+ *
+ * This file contains the APIs for Resource Model to use.
  */
 
 #ifndef __CA_INTERFACE_H_
index 30f8336..82f6357 100644 (file)
@@ -1,8 +1,9 @@
-/******************************************************************
+/* ****************************************************************
  *
  * Copyright 2014 Samsung Electronics All Rights Reserved.
  *
  *
+ *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  * limitations under the License.
  *
  ******************************************************************/
+
 /**
- * @file    umutex.h
- * @brief   This file provides APIs related to mutex and semaphores
+ * @file
+ *
+ * This file provides APIs related to mutex and semaphores.
  */
 
 #ifndef __UMUTEX_H_
index b40be81..079ac87 100644 (file)
@@ -1,4 +1,4 @@
-/******************************************************************
+/* ****************************************************************
  *
  * Copyright 2014 Samsung Electronics All Rights Reserved.
  *
  ******************************************************************/
 
 /**
- * @file uqueue.h
- * @brief This file contains the APIs for queue to be implemented
+ * @file
+ *
+ * This file contains the APIs for queue to be implemented.
  */
+
 #ifndef __U_QUEUE_H_
 #define __U_QUEUE_H_
 
index fefb852..bffe255 100644 (file)
@@ -1,8 +1,9 @@
-/******************************************************************
+/* ****************************************************************
  *
  * Copyright 2014 Samsung Electronics All Rights Reserved.
  *
  *
+ *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  * limitations under the License.
  *
  ******************************************************************/
+
 /**
- * @file    uthreadpool.h
- * @brief   This file provides APIs related to thread pool
+ * @file
+ *
+ * This file provides APIs related to thread pool.
  */
 
 #ifndef __UTHREAD_POOL_H_
index 6575453..8b06d3a 100644 (file)
@@ -1,8 +1,9 @@
-/******************************************************************
+/* ****************************************************************
  *
  * Copyright 2014 Samsung Electronics All Rights Reserved.
  *
  *
+ *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  * limitations under the License.
  *
  ******************************************************************/
+
 /**
- * @file    umutex.c
- * @brief   This file provides APIs related to mutex and semaphores
+ * @file
+ * This file provides APIs related to mutex and semaphores.
  */
 
 #include "umutex.h"
index 67a44cb..c0b9fff 100644 (file)
@@ -1,4 +1,4 @@
-/******************************************************************
+/* ****************************************************************
  *
  * Copyright 2014 Samsung Electronics All Rights Reserved.
  *
  ******************************************************************/
 
 /**
- * @file caadapterinterface.h
- * @brief This file contains the APIs for adapters to be implemented
+ * @file
+ *
+ * This file contains the APIs for adapters to be implemented.
  */
+
 #ifndef __CA_ADAPTER_INTERFACE_H_
 #define __CA_ADAPTER_INTERFACE_H_
 
index 2b68a07..d4baec0 100644 (file)
@@ -1,4 +1,4 @@
-/******************************************************************
+/* ****************************************************************
  *
  * Copyright 2014 Samsung Electronics All Rights Reserved.
  *
  * limitations under the License.
  *
  ******************************************************************/
+
 /**
- * @file caedradapter.h
- * @brief This file contains the APIs for EDR adapters to be implemented
+ * @file
+ *
+ * This file contains the APIs for EDR adapters to be implemented.
  */
+
 #ifndef __CA_EDRADAPTER_H_
 #define __CA_EDRADAPTER_H_
 
index 61e8a4d..1afb256 100644 (file)
@@ -1,4 +1,4 @@
-/******************************************************************
+/* ****************************************************************
  *
  * Copyright 2014 Samsung Electronics All Rights Reserved.
  *
  ******************************************************************/
 
 /**
- * @file caethernetadapter.h
- * @brief This file contains the APIs for Ethernet Adapter.
+ * @file
+ *
+ * This file contains the APIs for Ethernet Adapter.
  */
+
 #ifndef __CA_ETHERNET_ADAPTER_H__
 #define __CA_ETHERNET_ADAPTER_H__
 
index a99d161..d160e7c 100644 (file)
@@ -1,4 +1,4 @@
-/******************************************************************
+/* ****************************************************************
  *
  * Copyright 2014 Samsung Electronics All Rights Reserved.
  *
  ******************************************************************/
 
 /**
- * @file caleadapter.h
- * @brief This file contains the APIs for LE adapters to be implemented
+ * @file
+ *
+ * This file contains the APIs for LE adapters to be implemented.
  */
+
 #ifndef _CA_LEADAPTER_H_
 #define _CA_LEADAPTER_H_
 
index 07ad36a..12ff114 100644 (file)
@@ -1,4 +1,4 @@
-/******************************************************************
+/* ****************************************************************
  *
  * Copyright 2014 Samsung Electronics All Rights Reserved.
  *
  ******************************************************************/
 
 /**
- * @file cawifiadapter.h
- * @brief This file contains the APIs for WiFi Adapter.
+ * @file
+ *
+ * This file contains the APIs for WiFi Adapter.
  */
+
 #ifndef __CA_WIFI_ADAPTER_H__
 #define __CA_WIFI_ADAPTER_H__
 
index 64e7a20..60cde15 100644 (file)
@@ -1,4 +1,4 @@
-/******************************************************************
+/* ****************************************************************
  *
  * Copyright 2014 Samsung Electronics All Rights Reserved.
  *
  ******************************************************************/
 
 /**
- * @file cawificore.h
- * @brief This file contains the APIs for Wi-Fi communications.
+ * @file
+ *
+ * This file contains the APIs for Wi-Fi communications.
  */
+
 #ifndef __CA_WIFICORE_H_
 #define __CA_WIFICORE_H_
 
index 45dcab8..930526d 100644 (file)
@@ -1,4 +1,4 @@
-/******************************************************************
+/* ****************************************************************
  *
  * Copyright 2014 Samsung Electronics All Rights Reserved.
  *
  ******************************************************************/
 
 /**
- * @file cawifiethernetadapter.h
- * @brief This file contains the APIs for WiFi/Ethernet Adapter.
+ * @file
+ *
+ * This file contains the APIs for WiFi/Ethernet Adapter.
  */
+
 #ifndef __CA_WIFI_ETHERNET_ADAPTER_H__
 #define __CA_WIFI_ETHERNET_ADAPTER_H__
 
index cb1f63a..330cb9a 100644 (file)
@@ -6,5 +6,9 @@
             <tab type="hierarchy" visible="yes" title="" intro=""/>
             <tab type="classmembers" visible="yes" title="" intro=""/>
         </tab>
+        <tab type="files" visible="yes" title="">
+          <tab type="filelist" visible="yes" title="" intro=""/>
+          <tab type="globals" visible="yes" title="" intro=""/>
+        </tab>
     </navindex>
 </doxygenlayout>
index be07173..327bf13 100644 (file)
@@ -1,4 +1,3 @@
-
 //******************************************************************
 //
 // Copyright 2014 Intel Mobile Communications GmbH All Rights Reserved.
 //
 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 
-/// @file AttributeValue.h
-
-/// @brief  This file contains the definition of the internally used
-// type AttributeValue
+/**
+ * @file
+ *
+ * This file contains the definition of the internally used type
+ * AttributeValue.
+ */
 
 #ifndef __ATTRIBUTEVALUE_H
 #define __ATTRIBUTEVALUE_H
index 2e2becf..c70ecc0 100644 (file)
 //
 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 
-/// @file OCHeaderOption.h
-
-/// @brief  This file contains the declaration of classes and its members related to
-///         OCHeaderOption.
+/**
+ * @file
+ *
+ * This file contains the declaration of classes and its members related to
+ * OCHeaderOption.
+ */
 
 #ifndef __OCHEADEROPTION_H
 #define __OCHEADEROPTION_H
index c2a2eae..193462f 100644 (file)
 //
 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 
-/// @file OCPlatform.h
-
-/// @brief  This file contains the declaration of classes and its members related to
-///         OCPlatform.
+/**
+ * @file
+ *
+ * This file contains the declaration of classes and its members related to
+ * OCPlatform.
+ */
 
 #ifndef __OCPLATFORM_H
 #define __OCPLATFORM_H
index f25ce2e..8adcc29 100644 (file)
 //
 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 
-/// @file OCPlatform_impl.h
-
-/// @brief Implementation of the OCPlatform functionality.  It contains
-/// a singleton interface that is used only by the OCPlatform namespace and is the
-/// central entrance to the stack.
+/**
+ * @file
+ *
+ * Implementation of the OCPlatform functionality. It contains a singleton
+ * interface that is used only by the OCPlatform namespace and is the
+ * central entrance to the stack.
+ */
 
 #ifndef __OCPLATFORM_IMPL_H
 #define __OCPLATFORM_IMPL_H
index 47c9c47..ef9d1a9 100644 (file)
 //
 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 
-/// @file OCRepresentation.h
-
-/// @brief  This file contains the declaration of classes and its members
-///         related to OCRepresentation
+/**
+ * @file
+ *
+ * This file contains the declaration of classes and its members related 
+ * to OCRepresentation.
+ */
 
 #ifndef __OCREPRESENTATION_H
 #define __OCREPRESENTATION_H
index b6e9f3d..98ed87a 100644 (file)
 //
 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 
-/// @file OCResource.h
-
-/// @brief  This file contains the declaration of classes and its members related to
-///         Resource.
+/**
+ * @file
+ *
+ * This file contains the declaration of classes and its members related to
+ * Resource.
+ */
 
 #ifndef __OCRESOURCE_H
 #define __OCRESOURCE_H
index 107363e..f4b8f84 100644 (file)
 //
 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 
-/// @file OCResourceRequest.h
-
-/// @brief  This file contains the declaration of classes and its members related to
-///         ResourceRequest.
+/**
+ * @file
+ *
+ * This file contains the declaration of classes and its members related to
+ * ResourceRequest.
+ */
 
 #ifndef __OCRESOURCEREQUEST_H
 #define __OCRESOURCEREQUEST_H
index 286a51a..a5a47e3 100644 (file)
 //
 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 
-/// @file OCResourceResponse.h
-
-/// @brief  This file contains the declaration of classes and its members related to
-///         ResourceResponse.
+/**
+ * @file
+ *
+ * This file contains the declaration of classes and its members related to
+ * ResourceResponse.
+ */
 
 #ifndef __OCRESOURCERESPONSE_H
 #define __OCRESOURCERESPONSE_H
index 9c447aa..f43aa3b 100644 (file)
 //
 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 
-/// @file OCSecurityModel.h 
-
-/// @brief     This file contains the declaration of classes and its members required to provide 
-///                    security model support. 
+/**
+ * @file
+ *
+ * This file contains the declaration of classes and its members required to
+ * provide security model support.
+ */
 
 #ifndef __OCSECURITYMODEL_H
 #define __OCSECURITYMODEL_H
index d1e6689..fd01b52 100644 (file)
 //
 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 
-/// @file OCRepresentation.cpp
-
-/// @brief  This file contains the implementation of classes and its members
-///         related to OCRepresentation
+/**
+ * @file
+ *
+ * This file contains the implementation of classes and its members related
+ * to OCRepresentation.
+ */
 
 #ifdef __ANDROID__
 #include "OCAndroid.h"
index f09565e..6f4bba8 100644 (file)
 //
 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 
-/// @file Config.cpp
-
-/// @brief
-
+/**
+ * @file
+ *
+ */
 
 #include "Config.h"
 
@@ -158,4 +158,4 @@ std::string  Config::getPluginPath()
     {
         return "";
     }
-}
\ No newline at end of file
+}
index 33f7f39..cf9dcf8 100644 (file)
 //
 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 
-/// @file Config.h
-
-/// @brief
+/**
+ * @file
+ *
+ */
 
 #ifndef __CONFIG_H
 #define __CONFIG_H
@@ -119,4 +120,4 @@ namespace OIC
     };
 }
 
-#endif
\ No newline at end of file
+#endif
index 3acd2f5..bdd12cb 100644 (file)
 //
 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 
-/// @file CpluffAdapter.cpp
-
-/// @brief
+/**
+ * @file
+ *
+ */
 
 #include "CpluffAdapter.h"
 
@@ -592,4 +593,4 @@ void CpluffAdapter::observePluginPath(void *str)
 const std::string CpluffAdapter::getState(const std::string plugID)
 {
     return state_to_string(cp_get_plugin_state(m_context, plugID.c_str()));
-}
\ No newline at end of file
+}
index 6c108d0..9cc96d0 100644 (file)
 //
 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 
-/// @file CpluffAdapter.h
-
-/// @brief
+/**
+ * @file
+ *
+ */
 
 #ifndef __CPLUFFADAPTER_H
 #define __CPLUFFADAPTER_H
index ae28ef5..a2a5637 100644 (file)
 //
 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 
-/// @file FelixAdapter.cpp
-
-/// @brief
+/**
+ * @file
+ *
+ */
 
 #include "FelixAdapter.h"
 #include <sstream>
index 0fcb98c..fd16cc2 100644 (file)
 //
 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 
-/// @file FelixAdapter.h
-
-/// @brief
+/**
+ * @file
+ *
+ */
 
 #ifndef __FELIXADAPTER_H__
 #define __FELIXADAPTER_H__
index 7ef312c..2da8756 100644 (file)
 //
 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 
-/// @file Plugin.cpp
-
-/// @brief
-
+/**
+ * @file
+ *
+ */
 
 #include "Plugin.h"
 
index 4b5fd22..f4fd572 100644 (file)
 //
 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 
-/// @file Plugin.h
-
-/// @brief
-
+/**
+ * @file
+ *
+ */
 
 #ifndef __Plugin_H__
 #define __Plugin_H__
index 551d2d8..a620feb 100644 (file)
 //
 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 
-/// @file PluginManager.cpp
-
-/// @brief
-
+/**
+ * @file
+ *
+ */
 
 #include "PluginManager.h"
 
@@ -70,4 +70,4 @@ std::vector<Plugin> PluginManager::getPlugins(void)
 std::string PluginManager::getState(const std::string plugID)
 {
     return pluginManagerImpl->getState(plugID);
-}
\ No newline at end of file
+}
index 12c11ab..777b376 100644 (file)
 //
 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 
-/// @file PluginManager.h
-
-/// @brief
+/**
+ * @file
+ *
+ */
 
 #ifndef __PLUGINMANAGER_H
 #define __PLUGINMANAGER_H
index ce45e22..a7fafa6 100644 (file)
 //
 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 
-/// @file PluginManagerImpl.cpp
-
-/// @brief
+/**
+ * @file
+ *
+ */
 
 #include "PluginManagerImpl.h"
 
index 2d34ed0..553944b 100644 (file)
 //
 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 
-/// @file PluginManagerImpl.h
-
-/// @brief
+/**
+ * @file
+ *
+ */
 
 #ifndef __PLUGINMANAGERIMPL_H__
 #define __PLUGINMANAGERIMPL_H__
index 2ab30f0..4c5ff34 100644 (file)
 //
 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 
-/// @file   ThingsManager.h
-///
-/// @brief  This file contains the declaration of  ThingsManager class
-///         and its members related to ThingsManager.
+/**
+ * @file
+ *
+ * This file contains the declaration of  ThingsManager class and its
+ * members related to ThingsManager.
+ */
 
 #ifndef __OC_THINGSMANAGER__
 #define __OC_THINGSMANAGER__
index 411cb1d..0d761f5 100644 (file)
 //
 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 
-/// @file    GroupManager.cpp
-///  @brief
+/**
+ * @file
+ *
+ */
 
 #include "GroupManager.h"
 #include <algorithm>
index a77e881..ebc7d0c 100644 (file)
 //
 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 
-/// @file   GroupManager.h
-
-/// @brief  This file contains the declaration of classes and its members related to GroupManager
+/**
+ * @file
+ *
+ * This file contains the declaration of classes and its members related to
+ * GroupManager.
+ */
 
 #ifndef __OC_GROUPMANAGER__
 #define __OC_GROUPMANAGER__
index f641f4b..50d032a 100644 (file)
 //
 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 
-/// @file    GroupSynchronization.cpp
-/// @brief
+/**
+ * @file
+ *
+ */
 
 #include "GroupSynchronization.h"
 
index fdcea60..6bd8a8d 100644 (file)
 //
 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 
-/// @file   GroupSynchronization.h
-
-/// @brief  This file contains the declaration of classes and
-///its members related to GroupSynchronization.
+/**
+ * @file
+ *
+ * This file contains the declaration of classes and its members related to
+ * GroupSynchronization.
+ */
 
 #ifndef __OC_GROUPSYNCHRONIZATION__
 #define __OC_GROUPSYNCHRONIZATION__
index 8b29e2e..53d64ce 100755 (executable)
 //
 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 
-/// @file    ThingsConfiguration.cpp
-/// @brief
+/**
+ * @file
+ *
+ */
 
 #include <OCApi.h>
 #include <OCPlatform.h>
index 79e2579..b21417e 100644 (file)
 //
 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 
-/// @file   ThingsConfiguration.h
-
-/// @brief  This file contains the declaration of classes and its members related to
-///         ThingsConfiguration.
+/**
+ * @file
+ *
+ * This file contains the declaration of classes and its members related to
+ * ThingsConfiguration.
+ */
 
 #ifndef __OC_THINGSCONFIGURATION__
 #define __OC_THINGSCONFIGURATION__
index b4032a3..2c1cf6c 100755 (executable)
 //
 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 
-/// @file    ThingsDiagnostics.cpp
-///  @brief
+/**
+ * @file
+ *
+ */
 
 #include <OCApi.h>
 #include <OCPlatform.h>
index dda9362..072f367 100644 (file)
 //
 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 
-/// @file   ThingsDiagnostics.h
-
-/// @brief  This file contains the declaration of classes and its members related to
-///         ThingsDiagnostics.
+/**
+ * @file
+ *
+ * This file contains the declaration of classes and its members related to
+ * ThingsDiagnostics.
+ */
 
 #ifndef __OC_THINGSDIAGNOSTICS__
 #define __OC_THINGSDIAGNOSTICS__
index 9009612..916e9de 100644 (file)
 //
 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 
-/// @file    ThingsManager.cpp
+/**
+ * @file
+ *
+ */
 
 #include "ThingsManager.h"
 #include "GroupManager.h"