/** * documentation.hh * * Created on: Feb 8, 2013 * Author: AKKA IS */ #ifndef DOCUMENTATION_HH_ #define DOCUMENTATION_HH_ /*! * @mainpage AMDA-Kernel detailed conception * @section Introduction * This document describe the AMDA-Kernel conception. * Only the Parameters , Plugin , EvalFormule, Download and DD server Interface component are describe. * - The main component are Parameters: AMDA::Parameters and AMDA::Parameters::Parameter. * - The EvalFormule component are detail by only one class: AMDA::Parameters::ProcessStandard * - The Download component are detail in namespace AMDA::ParamOutputImpl::Download * - The DD server Interface component are detail in namespace AMDA::DDServerInterface * * * @author AKKA IS. */ /** * @brief Name space of AMDA. * @detail contain all sources of kernel AMDA */ namespace AMDA { /** * @brief Kernel class of AMDA Parameters module. * @detail this class define the data parameters flow */ namespace Parameters { } /* namespace Parameters */ } /* namespace AMDA */ #endif /* DOCUMENTATION_HH_ */