edited doxygen comments

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@6 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
l_johnson_i 2009-12-02 09:58:01 +00:00
parent 71ef480327
commit 54b670f4f4

View File

@ -1,24 +1,20 @@
#ifndef EIGER_DETECTOR_H #ifndef EIGER_DETECTOR_H
#define EIGER_DETECTOR_H #define EIGER_DETECTOR_H
using namespace std; using namespace std;
/** /**
* *
* @libdoc The eigerDetector class contains Eiger specific functions.
* *
@libdoc The mythenDetector class contains the functions specific to the eiger detector * @short This is class contains all Eiger specific functions
* * @author Ian Johnson
* @short This is class contains all eiger specific functionalities * @version 0.1
* @author Anna Bergamaschi
* @version 0.1alpha (any string)
*/ */
#include "slsDetector.h" #include "slsDetector.h"
class eigerDetector : public slsDetector{ class eigerDetector : public slsDetector{