were not valid.
Removed the explicit filename from @file doxygen commands where
the filenames were invalid and causing warnings. (In general the
@file command should be used by itself, with no explicit filename)
Change-Id: I0c3e3392b172c8760e0a281f0c3b293050bedabc
Signed-off-by: Jon A. Cruz <jonc@osg.samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/1835
Reviewed-by: Erich Keane <erich.keane@intel.com>
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
-/******************************************************************
+/* ****************************************************************
*
* Copyright 2014 Samsung Electronics All Rights Reserved.
*
******************************************************************/
/**
- * @file caethernetadapterutils.h
- * @brief This file provides APIs ethernet client/server/network monitor modules
+ * @file
+ * This file provides APIs ethernet client/server/network monitor modules.
*/
#ifndef CA_ETHERNET_ADAPTER_UTILS_
#endif
#endif /* CA_ETHERNET_ADAPTER_UTILS_ */
-
-
-/******************************************************************
+/* ****************************************************************
*
* Copyright 2014 Samsung Electronics All Rights Reserved.
*
*
******************************************************************/
/**
- * @file caipnwmonitor.cpp
- * @brief This file is to keep design in sync with other platforms. Right now there is no
- * api for network monitoring in arduino.
+ * @file
+ * This file is to keep design in sync with other platforms. Right now
+ * there is no api for network monitoring in arduino.
*/
#include "caipinterface.h"
u_arraylist_destroy(iflist);
return NULL;
}
-
-/******************************************************************
+/* ****************************************************************
*
* Copyright 2014 Samsung Electronics All Rights Reserved.
*
*
******************************************************************/
/**
- * @file caipnwmonitor.cpp
- * @brief This file is to keep design in sync with other platforms. Right now there is no
- * api for network monitoring in arduino.
+ * @file
+ * This file is to keep design in sync with other platforms. Right now
+ * there is no api for network monitoring in arduino.
*/
#include "caipinterface.h"