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

GUI/Doxygen: fix some file header comment blocks

parent b99531dc
No related branches found
No related tags found
No related merge requests found
// ************************************************************************** //
//
// BornAgain: simulate and fit scattering at grazing incidence
//
//! @file GUI/coregui/Models/DataViewUtils.cpp
//! @brief Implements functions in namespace DataViewUtils
//!
//! @homepage http://www.bornagainproject.org
//! @license GNU General Public License v3 or higher (see COPYING)
//! @copyright Forschungszentrum Jülich GmbH 2018
//! @authors Scientific Computing Group at MLZ (see CITATION, AUTHORS)
//
// ************************************************************************** //
#include "DataViewUtils.h" #include "DataViewUtils.h"
#include "Data1DViewItem.h" #include "Data1DViewItem.h"
#include "DataItem.h" #include "DataItem.h"
......
// ************************************************************************** //
//
// BornAgain: simulate and fit scattering at grazing incidence
//
//! @file GUI/coregui/Views/FitWidgets/FitComparisonViewController.cpp
//! @brief Implements classes DiffItemController, FitComparison1DViewController
//!
//! @homepage http://www.bornagainproject.org
//! @license GNU General Public License v3 or higher (see COPYING)
//! @copyright Forschungszentrum Jülich GmbH 2018
//! @authors Scientific Computing Group at MLZ (see CITATION, AUTHORS)
//
// ************************************************************************** //
#include "FitComparisonViewController.h" #include "FitComparisonViewController.h"
#include "AxesItems.h" #include "AxesItems.h"
#include "Data1DViewItem.h" #include "Data1DViewItem.h"
......
// ************************************************************************** //
//
// BornAgain: simulate and fit scattering at grazing incidence
//
//! @file GUI/coregui/Views/FitWidgets/FitComparisonViewController.h
//! @brief Defines classes DiffItemController, FitComparison1DViewController
//!
//! @homepage http://www.bornagainproject.org
//! @license GNU General Public License v3 or higher (see COPYING)
//! @copyright Forschungszentrum Jülich GmbH 2018
//! @authors Scientific Computing Group at MLZ (see CITATION, AUTHORS)
//
// ************************************************************************** //
#ifndef FITCOMPARISONVIEWCONTROLLER_H #ifndef FITCOMPARISONVIEWCONTROLLER_H
#define FITCOMPARISONVIEWCONTROLLER_H #define FITCOMPARISONVIEWCONTROLLER_H
......
// ************************************************************************** //
//
// BornAgain: simulate and fit scattering at grazing incidence
//
//! @file GUI/coregui/Views/InstrumentWidgets/SpecularInstrumentEditor.cpp
//! @brief Implements class SpecularInstrumentEditor
//!
//! @homepage http://www.bornagainproject.org
//! @license GNU General Public License v3 or higher (see COPYING)
//! @copyright Forschungszentrum Jülich GmbH 2018
//! @authors Scientific Computing Group at MLZ (see CITATION, AUTHORS)
//
// ************************************************************************** //
#include "SpecularInstrumentEditor.h" #include "SpecularInstrumentEditor.h"
#include "ColumnResizer.h" #include "ColumnResizer.h"
#include "EnvironmentEditor.h" #include "EnvironmentEditor.h"
......
// ************************************************************************** //
//
// BornAgain: simulate and fit scattering at grazing incidence
//
//! @file GUI/coregui/Views/IntensityDataWidgets/ScientificPlot.cpp
//! @brief Implements class ScientificPlot
//!
//! @homepage http://www.bornagainproject.org
//! @license GNU General Public License v3 or higher (see COPYING)
//! @copyright Forschungszentrum Jülich GmbH 2018
//! @authors Scientific Computing Group at MLZ (see CITATION, AUTHORS)
//
// ************************************************************************** //
#include "ScientificPlot.h" #include "ScientificPlot.h"
#include "ScientificPlotEvent.h" #include "ScientificPlotEvent.h"
#include <qcustomplot.h> #include <qcustomplot.h>
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
// //
// BornAgain: simulate and fit scattering at grazing incidence // BornAgain: simulate and fit scattering at grazing incidence
// //
//! @file GUI/coregui/Views/SampleDesigner/IView.h //! @file GUI/coregui/Views/SampleDesigner/ViewTypes.h
//! @brief Defines class IView //! @brief Defines namespace ViewTypes with enum EWidgetTypes (nothing to implement)
//! //!
//! @homepage http://www.bornagainproject.org //! @homepage http://www.bornagainproject.org
//! @license GNU General Public License v3 or higher (see COPYING) //! @license GNU General Public License v3 or higher (see COPYING)
......
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