clean redundant doxygen comments

This commit is contained in:
Dennis Klein 2017-04-20 18:01:03 +02:00 committed by Mohammad Al-Turany
parent 91831ff701
commit bbc8da54b4
14 changed files with 0 additions and 42 deletions

View File

@ -5,9 +5,6 @@
* GNU Lesser General Public Licence (LGPL) version 3, * * GNU Lesser General Public Licence (LGPL) version 3, *
* copied verbatim in the file "LICENSE" * * copied verbatim in the file "LICENSE" *
********************************************************************************/ ********************************************************************************/
/**
* @file fairmq/test/helper/devices/TestPub.cxx
*/
#include <FairMQDevice.h> #include <FairMQDevice.h>
#include <FairMQLogger.h> #include <FairMQLogger.h>

View File

@ -5,9 +5,6 @@
* GNU Lesser General Public Licence (LGPL) version 3, * * GNU Lesser General Public Licence (LGPL) version 3, *
* copied verbatim in the file "LICENSE" * * copied verbatim in the file "LICENSE" *
********************************************************************************/ ********************************************************************************/
/**
* @file fairmq/test/helper/devices/TestPull.cxx
*/
#include <FairMQDevice.h> #include <FairMQDevice.h>
#include <FairMQLogger.h> #include <FairMQLogger.h>

View File

@ -5,9 +5,6 @@
* GNU Lesser General Public Licence (LGPL) version 3, * * GNU Lesser General Public Licence (LGPL) version 3, *
* copied verbatim in the file "LICENSE" * * copied verbatim in the file "LICENSE" *
********************************************************************************/ ********************************************************************************/
/**
* @file fairmq/test/helper/devices/TestPush.cxx
*/
#include <FairMQDevice.h> #include <FairMQDevice.h>

View File

@ -5,9 +5,6 @@
* GNU Lesser General Public Licence (LGPL) version 3, * * GNU Lesser General Public Licence (LGPL) version 3, *
* copied verbatim in the file "LICENSE" * * copied verbatim in the file "LICENSE" *
********************************************************************************/ ********************************************************************************/
/**
* @file fairmq/test/helper/devices/TestRep.cxx
*/
#include <FairMQDevice.h> #include <FairMQDevice.h>
#include <FairMQLogger.h> #include <FairMQLogger.h>

View File

@ -5,9 +5,6 @@
* GNU Lesser General Public Licence (LGPL) version 3, * * GNU Lesser General Public Licence (LGPL) version 3, *
* copied verbatim in the file "LICENSE" * * copied verbatim in the file "LICENSE" *
********************************************************************************/ ********************************************************************************/
/**
* @file fairmq/test/helper/devices/TestReq.cxx
*/
#include <FairMQDevice.h> #include <FairMQDevice.h>
#include <FairMQLogger.h> #include <FairMQLogger.h>

View File

@ -5,9 +5,6 @@
* GNU Lesser General Public Licence (LGPL) version 3, * * GNU Lesser General Public Licence (LGPL) version 3, *
* copied verbatim in the file "LICENSE" * * copied verbatim in the file "LICENSE" *
********************************************************************************/ ********************************************************************************/
/**
* @file fairmq/test/helper/devices/TestSub.cxx
*/
#include <FairMQDevice.h> #include <FairMQDevice.h>
#include <FairMQLogger.h> #include <FairMQLogger.h>

View File

@ -5,9 +5,6 @@
* GNU Lesser General Public Licence (LGPL) version 3, * * GNU Lesser General Public Licence (LGPL) version 3, *
* copied verbatim in the file "LICENSE" * * copied verbatim in the file "LICENSE" *
********************************************************************************/ ********************************************************************************/
/**
* @file fairmq/test/helper/devices/TestTransferTimeout.cxx
*/
#include <FairMQDevice.h> #include <FairMQDevice.h>
#include <FairMQLogger.h> #include <FairMQLogger.h>

View File

@ -5,9 +5,6 @@
* GNU Lesser General Public Licence (LGPL) version 3, * * GNU Lesser General Public Licence (LGPL) version 3, *
* copied verbatim in the file "LICENSE" * * copied verbatim in the file "LICENSE" *
********************************************************************************/ ********************************************************************************/
/**
* @file fairmq/test/helper/runTestDevice.cxx
*/
#include "devices/TestPub.cxx" #include "devices/TestPub.cxx"
#include "devices/TestPull.cxx" #include "devices/TestPull.cxx"

View File

@ -5,9 +5,6 @@
* GNU Lesser General Public Licence (LGPL) version 3, * * GNU Lesser General Public Licence (LGPL) version 3, *
* copied verbatim in the file "LICENSE" * * copied verbatim in the file "LICENSE" *
********************************************************************************/ ********************************************************************************/
/**
* @file fairmq/test/protocols/_pub_sub.cxx
*/
#include "runner.h" #include "runner.h"
#include <gtest/gtest.h> #include <gtest/gtest.h>

View File

@ -5,9 +5,6 @@
* GNU Lesser General Public Licence (LGPL) version 3, * * GNU Lesser General Public Licence (LGPL) version 3, *
* copied verbatim in the file "LICENSE" * * copied verbatim in the file "LICENSE" *
********************************************************************************/ ********************************************************************************/
/**
* @file fairmq/test/protocols/_push_pull.cxx
*/
#include "runner.h" #include "runner.h"
#include <gtest/gtest.h> #include <gtest/gtest.h>

View File

@ -5,9 +5,6 @@
* GNU Lesser General Public Licence (LGPL) version 3, * * GNU Lesser General Public Licence (LGPL) version 3, *
* copied verbatim in the file "LICENSE" * * copied verbatim in the file "LICENSE" *
********************************************************************************/ ********************************************************************************/
/**
* @file fairmq/test/protocols/_req_rep.cxx
*/
#include "runner.h" #include "runner.h"
#include <gtest/gtest.h> #include <gtest/gtest.h>

View File

@ -5,9 +5,6 @@
* GNU Lesser General Public Licence (LGPL) version 3, * * GNU Lesser General Public Licence (LGPL) version 3, *
* copied verbatim in the file "LICENSE" * * copied verbatim in the file "LICENSE" *
********************************************************************************/ ********************************************************************************/
/**
* @file fairmq/test/protocols/_transfer_timeout.cxx
*/
#include "runner.h" #include "runner.h"
#include <gtest/gtest.h> #include <gtest/gtest.h>

View File

@ -5,9 +5,6 @@
* GNU Lesser General Public Licence (LGPL) version 3, * * GNU Lesser General Public Licence (LGPL) version 3, *
* copied verbatim in the file "LICENSE" * * copied verbatim in the file "LICENSE" *
********************************************************************************/ ********************************************************************************/
/**
* @file fairmq/test/protocols/runner.cxx.in
*/
#include "runner.h" #include "runner.h"
#include <gtest/gtest.h> #include <gtest/gtest.h>

View File

@ -5,9 +5,6 @@
* GNU Lesser General Public Licence (LGPL) version 3, * * GNU Lesser General Public Licence (LGPL) version 3, *
* copied verbatim in the file "LICENSE" * * copied verbatim in the file "LICENSE" *
********************************************************************************/ ********************************************************************************/
/**
* @file fairmq/test/protocols/runner.h
*/
#ifndef FAIR_MQ_TEST_RUNNER_H #ifndef FAIR_MQ_TEST_RUNNER_H
#define FAIR_MQ_TEST_RUNNER_H #define FAIR_MQ_TEST_RUNNER_H