diff --git a/source/trunk/include/CLASSBackEnd.hxx b/source/trunk/include/CLASSBackEnd.hxx index 0d5c74c420c17545a48b5bfb01465b9da0037d8d..574192c58ddcf75c3065c5934a54a741e89f4e21 100644 --- a/source/trunk/include/CLASSBackEnd.hxx +++ b/source/trunk/include/CLASSBackEnd.hxx @@ -42,7 +42,10 @@ class CLASSBackEnd : public CLASSFacility //{ /// Default Constructor. /*!Create an empty CLASSBackEnd - \param type -2 :SeparationPlant -1 : Storage ; 8 :Pool + \param type + \li -2 :SeparationPlant + \li -1 : Storage + \li 8 :Pool */ CLASSBackEnd(int type = 0); //{ @@ -50,8 +53,10 @@ class CLASSBackEnd : public CLASSFacility /*! Create an empty CLASSBackEnd loading a CLASSLogger \param CLASSLogger CLASSLogger used for the log... - \param type -2 :SeparationPlant -1 : Storage ; 8 :Pool - */ + \param type + \li -2 :SeparationPlant + \li -1 : Storage + \li 8 :Pool */ CLASSBackEnd(CLASSLogger* log,int type = 0); //{ /// Cycle time Constructor.