Skip to content
Snippets Groups Projects
Commit cafc4e6d authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

manual comment edits

parent 018cc935
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,8 @@ ...@@ -3,7 +3,8 @@
// BornAgain: simulate and fit scattering at grazing incidence // BornAgain: simulate and fit scattering at grazing incidence
// //
//! @file Algorithms/inc/FTDistributions.h //! @file Algorithms/inc/FTDistributions.h
//! @brief Defines classes IFTDistribution1D, ..2D, ..2DCauchy //! @brief Defines classes IFTDistribution1D, IFTDistribution2D,
//! FTDistribution2DCauchy
//! //!
//! @homepage apps.jcns.fz-juelich.de/BornAgain //! @homepage apps.jcns.fz-juelich.de/BornAgain
//! @license GNU General Public License v3 or higher (see COPYING) //! @license GNU General Public License v3 or higher (see COPYING)
......
...@@ -3,7 +3,8 @@ ...@@ -3,7 +3,8 @@
// BornAgain: simulate and fit scattering at grazing incidence // BornAgain: simulate and fit scattering at grazing incidence
// //
//! @file Algorithms/inc/IIntensityFunction.h //! @file Algorithms/inc/IIntensityFunction.h
//! @brief Defines classes IIntensityFunction, ..Log, ..Sqrt. //! @brief Defines classes IIntensityFunction, IntensityFunctionLog,
//! IntensityFunctionSqrt
//! //!
//! @homepage apps.jcns.fz-juelich.de/BornAgain //! @homepage apps.jcns.fz-juelich.de/BornAgain
//! @license GNU General Public License v3 or higher (see COPYING) //! @license GNU General Public License v3 or higher (see COPYING)
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
// BornAgain: simulate and fit scattering at grazing incidence // BornAgain: simulate and fit scattering at grazing incidence
// //
//! @file Algorithms/inc/InterferenceFunctionStrategies.h //! @file Algorithms/inc/InterferenceFunctionStrategies.h
//! @brief Includes several files names *Strategy.h. //! @brief Includes several files named *Strategy.h
//! //!
//! @homepage apps.jcns.fz-juelich.de/BornAgain //! @homepage apps.jcns.fz-juelich.de/BornAgain
//! @license GNU General Public License v3 or higher (see COPYING) //! @license GNU General Public License v3 or higher (see COPYING)
......
...@@ -3,7 +3,8 @@ ...@@ -3,7 +3,8 @@
// BornAgain: simulate and fit scattering at grazing incidence // BornAgain: simulate and fit scattering at grazing incidence
// //
//! @file Algorithms/inc/MaskCoordinateFunction.h //! @file Algorithms/inc/MaskCoordinateFunction.h
//! @brief Defines classes MaskCoordinateFunction, MaskCoordinate..Function. //! @brief Defines classes MaskCoordinateFunction,
//! MaskCoordinateRectangleFunction, MaskCoordinateEllipseFunction
//! //!
//! @homepage apps.jcns.fz-juelich.de/BornAgain //! @homepage apps.jcns.fz-juelich.de/BornAgain
//! @license GNU General Public License v3 or higher (see COPYING) //! @license GNU General Public License v3 or higher (see COPYING)
......
...@@ -3,7 +3,8 @@ ...@@ -3,7 +3,8 @@
// BornAgain: simulate and fit scattering at grazing incidence // BornAgain: simulate and fit scattering at grazing incidence
// //
//! @file Fitting/inc/FitSuiteFunctions.h //! @file Fitting/inc/FitSuiteFunctions.h
//! @brief Defines classes IFitSuiteFunction, FitSuiteChiSquaredFunction, FitSuiteGradientFunction. //! @brief Defines classes IFitSuiteFunction,
//! FitSuiteChiSquaredFunction, FitSuiteGradientFunction
//! //!
//! @homepage apps.jcns.fz-juelich.de/BornAgain //! @homepage apps.jcns.fz-juelich.de/BornAgain
//! @license GNU General Public License v3 or higher (see COPYING) //! @license GNU General Public License v3 or higher (see COPYING)
......
...@@ -3,7 +3,9 @@ ...@@ -3,7 +3,9 @@
// BornAgain: simulate and fit scattering at grazing incidence // BornAgain: simulate and fit scattering at grazing incidence
// //
//! @file Fitting/inc/IFitSuiteStrategy.h //! @file Fitting/inc/IFitSuiteStrategy.h
//! @brief Defines classes IFitSuiteStrategy, FitSuiteStrategy... //! @brief Defines classes IFitSuiteStrategy, FitSuiteStrategyDefault,
//! FitSuiteStrategyAdjustData, FitSuiteStrategyAdjustParameters,
//! FitSuiteStrategyBootstrap
//! //!
//! @homepage apps.jcns.fz-juelich.de/BornAgain //! @homepage apps.jcns.fz-juelich.de/BornAgain
//! @license GNU General Public License v3 or higher (see COPYING) //! @license GNU General Public License v3 or higher (see COPYING)
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
// BornAgain: simulate and fit scattering at grazing incidence // BornAgain: simulate and fit scattering at grazing incidence
// //
//! @file FormFactors/src/FormFactorDecoratorTransformation.cpp //! @file FormFactors/src/FormFactorDecoratorTransformation.cpp
//! @brief Just an include. //! @brief Just include FormFactorDecoratorTransformation.h
//! //!
//! @homepage apps.jcns.fz-juelich.de/BornAgain //! @homepage apps.jcns.fz-juelich.de/BornAgain
//! @license GNU General Public License v3 or higher (see COPYING) //! @license GNU General Public License v3 or higher (see COPYING)
......
...@@ -3,7 +3,8 @@ ...@@ -3,7 +3,8 @@
// BornAgain: simulate and fit scattering at grazing incidence // BornAgain: simulate and fit scattering at grazing incidence
// //
//! @file PythonAPI/src/PythonOutputData.cpp //! @file PythonAPI/src/PythonOutputData.cpp
//! @brief Implements a few global functions: GetOutputDataNdimensions, .. //! @brief Implements a few global functions: GetOutputDataNdimensions,
//! GetOutputData, GetOutputDataAxis
//! //!
//! @homepage apps.jcns.fz-juelich.de/BornAgain //! @homepage apps.jcns.fz-juelich.de/BornAgain
//! @license GNU General Public License v3 or higher (see COPYING) //! @license GNU General Public License v3 or higher (see COPYING)
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
// BornAgain: simulate and fit scattering at grazing incidence // BornAgain: simulate and fit scattering at grazing incidence
// //
//! @file Tools/src/IFactory.cpp //! @file Tools/src/IFactory.cpp
//! @brief Implements class IFactory by just including IFactory.h. //! @brief Just include IFactory.h
//! //!
//! @homepage apps.jcns.fz-juelich.de/BornAgain //! @homepage apps.jcns.fz-juelich.de/BornAgain
//! @license GNU General Public License v3 or higher (see COPYING) //! @license GNU General Public License v3 or higher (see COPYING)
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
// BornAgain: simulate and fit scattering at grazing incidence // BornAgain: simulate and fit scattering at grazing incidence
// //
//! @file Tools/src/ISingleton.cpp //! @file Tools/src/ISingleton.cpp
//! @brief Implements class ISingleton by just including ISingleton.h. //! @brief Just include ISingleton.h
//! //!
//! @homepage apps.jcns.fz-juelich.de/BornAgain //! @homepage apps.jcns.fz-juelich.de/BornAgain
//! @license GNU General Public License v3 or higher (see COPYING) //! @license GNU General Public License v3 or higher (see COPYING)
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
// BornAgain: simulate and fit scattering at grazing incidence // BornAgain: simulate and fit scattering at grazing incidence
// //
//! @file Tools/src/OutputData.cpp //! @file Tools/src/OutputData.cpp
//! @brief Implements class OutputData by just including OutputData.h. //! @brief Just include OutputData.h.
//! //!
//! @homepage apps.jcns.fz-juelich.de/BornAgain //! @homepage apps.jcns.fz-juelich.de/BornAgain
//! @license GNU General Public License v3 or higher (see COPYING) //! @license GNU General Public License v3 or higher (see COPYING)
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
// BornAgain: simulate and fit scattering at grazing incidence // BornAgain: simulate and fit scattering at grazing incidence
// //
//! @file Tools/src/Types.cpp //! @file Tools/src/Types.cpp
//! @brief Implements class Types by just including Types.h. //! @brief Just include Types.h
//! //!
//! @homepage apps.jcns.fz-juelich.de/BornAgain //! @homepage apps.jcns.fz-juelich.de/BornAgain
//! @license GNU General Public License v3 or higher (see COPYING) //! @license GNU General Public License v3 or higher (see COPYING)
......
...@@ -674,7 +674,7 @@ EXCLUDE_SYMLINKS = NO ...@@ -674,7 +674,7 @@ EXCLUDE_SYMLINKS = NO
# against the file with absolute path, so to exclude all test directories # against the file with absolute path, so to exclude all test directories
# for example use the pattern */test/* # for example use the pattern */test/*
EXCLUDE_PATTERNS = # */PythonAPI/* EXCLUDE_PATTERNS = *.pypp.cpp *.pypp.cpp
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
# (namespaces, classes, functions, etc.) that should be excluded from the # (namespaces, classes, functions, etc.) that should be excluded from the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment