From c08ad420a73ccbb7949ae01fe1cb04164736a799 Mon Sep 17 00:00:00 2001 From: "Joachim Wuttke (o)" <j.wuttke@fz-juelich.de> Date: Mon, 6 Jul 2020 17:43:10 +0200 Subject: [PATCH] Update @file comment lines --- Core/Basics/Algorithms.h | 2 +- Core/Multilayer/SampleBuilderNode.cpp | 2 +- Core/Multilayer/SampleBuilderNode.h | 2 +- Core/Multilayer/SampleProvider.cpp | 2 +- Core/Multilayer/SampleProvider.h | 2 +- .../Core/CoreSpecial/MultiThreadPerformanceTestComponents.cpp | 2 +- dev-tools/code-tools/update-sourcecode-header.py | 2 +- dev-tools/sandboxes/realSpace/demo1/demo_model.cpp | 2 +- dev-tools/sandboxes/realSpace/demo1/demo_model.h | 2 +- dev-tools/sandboxes/realSpace/demo1/lattice.cpp | 2 +- dev-tools/sandboxes/realSpace/demo1/lattice.h | 2 +- dev-tools/sandboxes/realSpace/demo1/main.cpp | 2 +- dev-tools/sandboxes/realSpace/demo1/mainwindow.cpp | 2 +- dev-tools/sandboxes/realSpace/demo1/mainwindow.h | 2 +- dev-tools/sandboxes/realSpace/demo2/main.cpp | 2 +- dev-tools/sandboxes/realSpace/demo2/mainwindow.cpp | 2 +- dev-tools/sandboxes/realSpace/demo2/mainwindow.h | 2 +- dev-tools/sandboxes/realSpace/demo2/modelLayers.cpp | 2 +- dev-tools/sandboxes/realSpace/demo2/modelLayers.h | 2 +- dev-tools/sandboxes/realSpace/demo2/modelShowcase.cpp | 2 +- dev-tools/sandboxes/realSpace/demo2/modelShowcase.h | 2 +- 21 files changed, 21 insertions(+), 21 deletions(-) diff --git a/Core/Basics/Algorithms.h b/Core/Basics/Algorithms.h index 39c2f1480b3..edb605666c5 100644 --- a/Core/Basics/Algorithms.h +++ b/Core/Basics/Algorithms.h @@ -2,7 +2,7 @@ // // BornAgain: simulate and fit scattering at grazing incidence // -//! @file Core/Basics/Algorithms +//! @file Core/Basics/Algorithms.h //! @brief Defines and implements namespace algo with some algorithms //! //! @homepage http://www.bornagainproject.org diff --git a/Core/Multilayer/SampleBuilderNode.cpp b/Core/Multilayer/SampleBuilderNode.cpp index 846b54fda7e..1ac5b34007e 100644 --- a/Core/Multilayer/SampleBuilderNode.cpp +++ b/Core/Multilayer/SampleBuilderNode.cpp @@ -2,7 +2,7 @@ // // BornAgain: simulate and fit scattering at grazing incidence // -//! @file Core/Instrument/SampleBuilderNode.cpp +//! @file Core/Multilayer/SampleBuilderNode.cpp //! @brief Implements class SampleBuilderNode. //! //! @homepage http://www.bornagainproject.org diff --git a/Core/Multilayer/SampleBuilderNode.h b/Core/Multilayer/SampleBuilderNode.h index 8735849c119..ffda54203e6 100644 --- a/Core/Multilayer/SampleBuilderNode.h +++ b/Core/Multilayer/SampleBuilderNode.h @@ -2,7 +2,7 @@ // // BornAgain: simulate and fit scattering at grazing incidence // -//! @file Core/Instrument/SampleBuilderNode.h +//! @file Core/Multilayer/SampleBuilderNode.h //! @brief Defines class SampleBuilderNode. //! //! @homepage http://www.bornagainproject.org diff --git a/Core/Multilayer/SampleProvider.cpp b/Core/Multilayer/SampleProvider.cpp index b53e797329f..8e26d0112db 100644 --- a/Core/Multilayer/SampleProvider.cpp +++ b/Core/Multilayer/SampleProvider.cpp @@ -2,7 +2,7 @@ // // BornAgain: simulate and fit scattering at grazing incidence // -//! @file Core/Instrument/SampleProvider.cpp +//! @file Core/Multilayer/SampleProvider.cpp //! @brief Implements class SampleProvider. //! //! @homepage http://www.bornagainproject.org diff --git a/Core/Multilayer/SampleProvider.h b/Core/Multilayer/SampleProvider.h index 49b54bf6483..df654c94113 100644 --- a/Core/Multilayer/SampleProvider.h +++ b/Core/Multilayer/SampleProvider.h @@ -2,7 +2,7 @@ // // BornAgain: simulate and fit scattering at grazing incidence // -//! @file Core/Instrument/SampleProvider.h +//! @file Core/Multilayer/SampleProvider.h //! @brief Defines class SampleProvider. //! //! @homepage http://www.bornagainproject.org diff --git a/Tests/Functional/Core/CoreSpecial/MultiThreadPerformanceTestComponents.cpp b/Tests/Functional/Core/CoreSpecial/MultiThreadPerformanceTestComponents.cpp index c99e5107db5..f5d90ce753b 100644 --- a/Tests/Functional/Core/CoreSpecial/MultiThreadPerformanceTestComponents.cpp +++ b/Tests/Functional/Core/CoreSpecial/MultiThreadPerformanceTestComponents.cpp @@ -2,7 +2,7 @@ // // BornAgain: simulate and fit scattering at grazing incidence // -//! @file Tests/Functional/Core/CoreSpecial/MultiThreadPerformanceTestComponents.h +//! @file Tests/Functional/Core/CoreSpecial/MultiThreadPerformanceTestComponents.cpp //! @brief Defines TestComponents namespace //! //! @homepage http://www.bornagainproject.org diff --git a/dev-tools/code-tools/update-sourcecode-header.py b/dev-tools/code-tools/update-sourcecode-header.py index fc47e874847..b19aabe3f4c 100644 --- a/dev-tools/code-tools/update-sourcecode-header.py +++ b/dev-tools/code-tools/update-sourcecode-header.py @@ -23,7 +23,7 @@ header_top = [ u"// " ] header_center = [ - u"//! @file dev-tools/edit/update-sourcecode-header.py " + u"//! @file dev-tools/code-tools/update-sourcecode-header.py " u"//! @brief Defines class Beam " ] header_bottom = [ diff --git a/dev-tools/sandboxes/realSpace/demo1/demo_model.cpp b/dev-tools/sandboxes/realSpace/demo1/demo_model.cpp index eae3775e23d..9632516e501 100644 --- a/dev-tools/sandboxes/realSpace/demo1/demo_model.cpp +++ b/dev-tools/sandboxes/realSpace/demo1/demo_model.cpp @@ -2,7 +2,7 @@ // // BornAgain: simulate and fit scattering at grazing incidence // -//! @file GUI/ba3d/demo/demo_model.cpp +//! @file dev-tools/sandboxes/realSpace/demo1/demo_model.cpp //! @brief Implements DemoModel class //! //! @homepage http://www.bornagainproject.org diff --git a/dev-tools/sandboxes/realSpace/demo1/demo_model.h b/dev-tools/sandboxes/realSpace/demo1/demo_model.h index a21dadbfd07..059b4cf9d9f 100644 --- a/dev-tools/sandboxes/realSpace/demo1/demo_model.h +++ b/dev-tools/sandboxes/realSpace/demo1/demo_model.h @@ -2,7 +2,7 @@ // // BornAgain: simulate and fit scattering at grazing incidence // -//! @file GUI/ba3d/demo/demo_model.h +//! @file dev-tools/sandboxes/realSpace/demo1/demo_model.h //! @brief Defines DemoModel class //! //! @homepage http://www.bornagainproject.org diff --git a/dev-tools/sandboxes/realSpace/demo1/lattice.cpp b/dev-tools/sandboxes/realSpace/demo1/lattice.cpp index 57d92847947..76ee40d3469 100644 --- a/dev-tools/sandboxes/realSpace/demo1/lattice.cpp +++ b/dev-tools/sandboxes/realSpace/demo1/lattice.cpp @@ -2,7 +2,7 @@ // // BornAgain: simulate and fit scattering at grazing incidence // -//! @file GUI/ba3d/demo/lattice.cpp +//! @file dev-tools/sandboxes/realSpace/demo1/lattice.cpp //! @brief Implements Lattice class //! //! @homepage http://www.bornagainproject.org diff --git a/dev-tools/sandboxes/realSpace/demo1/lattice.h b/dev-tools/sandboxes/realSpace/demo1/lattice.h index 4f286b25891..8a936075f06 100644 --- a/dev-tools/sandboxes/realSpace/demo1/lattice.h +++ b/dev-tools/sandboxes/realSpace/demo1/lattice.h @@ -2,7 +2,7 @@ // // BornAgain: simulate and fit scattering at grazing incidence // -//! @file GUI/ba3d/demo/lattice.h +//! @file dev-tools/sandboxes/realSpace/demo1/lattice.h //! @brief Defines Lattice class //! //! @homepage http://www.bornagainproject.org diff --git a/dev-tools/sandboxes/realSpace/demo1/main.cpp b/dev-tools/sandboxes/realSpace/demo1/main.cpp index a7a9ce54835..67fee4f528d 100644 --- a/dev-tools/sandboxes/realSpace/demo1/main.cpp +++ b/dev-tools/sandboxes/realSpace/demo1/main.cpp @@ -2,7 +2,7 @@ // // BornAgain: simulate and fit scattering at grazing incidence // -//! @file GUI/ba3d/demo/main.cpp +//! @file dev-tools/sandboxes/realSpace/demo1/main.cpp //! @brief Main program //! //! @homepage http://www.bornagainproject.org diff --git a/dev-tools/sandboxes/realSpace/demo1/mainwindow.cpp b/dev-tools/sandboxes/realSpace/demo1/mainwindow.cpp index a5813621bb4..c842f752cd2 100644 --- a/dev-tools/sandboxes/realSpace/demo1/mainwindow.cpp +++ b/dev-tools/sandboxes/realSpace/demo1/mainwindow.cpp @@ -2,7 +2,7 @@ // // BornAgain: simulate and fit scattering at grazing incidence // -//! @file GUI/ba3d/demo/mainwindow.cpp +//! @file dev-tools/sandboxes/realSpace/demo1/mainwindow.cpp //! @brief Implement MainWin class //! //! @homepage http://www.bornagainproject.org diff --git a/dev-tools/sandboxes/realSpace/demo1/mainwindow.h b/dev-tools/sandboxes/realSpace/demo1/mainwindow.h index aca81a6fac2..af753c1525c 100644 --- a/dev-tools/sandboxes/realSpace/demo1/mainwindow.h +++ b/dev-tools/sandboxes/realSpace/demo1/mainwindow.h @@ -2,7 +2,7 @@ // // BornAgain: simulate and fit scattering at grazing incidence // -//! @file GUI/ba3d/demo/mainwindow.h +//! @file dev-tools/sandboxes/realSpace/demo1/mainwindow.h //! @brief Defines MainWin class //! //! @homepage http://www.bornagainproject.org diff --git a/dev-tools/sandboxes/realSpace/demo2/main.cpp b/dev-tools/sandboxes/realSpace/demo2/main.cpp index 9fd8e75687c..40360fcb8c1 100644 --- a/dev-tools/sandboxes/realSpace/demo2/main.cpp +++ b/dev-tools/sandboxes/realSpace/demo2/main.cpp @@ -2,7 +2,7 @@ // // BornAgain: simulate and fit scattering at grazing incidence // -//! @file GUI/ba3d/showcase/main.cpp +//! @file dev-tools/sandboxes/realSpace/demo2/main.cpp //! @brief Main program //! //! @homepage http://www.bornagainproject.org diff --git a/dev-tools/sandboxes/realSpace/demo2/mainwindow.cpp b/dev-tools/sandboxes/realSpace/demo2/mainwindow.cpp index 85731b50c8f..f3f415659d9 100644 --- a/dev-tools/sandboxes/realSpace/demo2/mainwindow.cpp +++ b/dev-tools/sandboxes/realSpace/demo2/mainwindow.cpp @@ -2,7 +2,7 @@ // // BornAgain: simulate and fit scattering at grazing incidence // -//! @file GUI/ba3d/showcase/mainwindow.cpp +//! @file dev-tools/sandboxes/realSpace/demo2/mainwindow.cpp //! @brief Implements MainWin class //! //! @homepage http://www.bornagainproject.org diff --git a/dev-tools/sandboxes/realSpace/demo2/mainwindow.h b/dev-tools/sandboxes/realSpace/demo2/mainwindow.h index 335c2afa265..dc459295332 100644 --- a/dev-tools/sandboxes/realSpace/demo2/mainwindow.h +++ b/dev-tools/sandboxes/realSpace/demo2/mainwindow.h @@ -2,7 +2,7 @@ // // BornAgain: simulate and fit scattering at grazing incidence // -//! @file GUI/ba3d/showcase/mainwindow.h +//! @file dev-tools/sandboxes/realSpace/demo2/mainwindow.h //! @brief Defines MainWin class //! //! @homepage http://www.bornagainproject.org diff --git a/dev-tools/sandboxes/realSpace/demo2/modelLayers.cpp b/dev-tools/sandboxes/realSpace/demo2/modelLayers.cpp index f22cd0bf31e..5fbb1bf04f9 100644 --- a/dev-tools/sandboxes/realSpace/demo2/modelLayers.cpp +++ b/dev-tools/sandboxes/realSpace/demo2/modelLayers.cpp @@ -2,7 +2,7 @@ // // BornAgain: simulate and fit scattering at grazing incidence // -//! @file GUI/ba3d/showcase/modelLayers.cpp +//! @file dev-tools/sandboxes/realSpace/demo2/modelLayers.cpp //! @brief Implements ModelLayers class //! //! @homepage http://www.bornagainproject.org diff --git a/dev-tools/sandboxes/realSpace/demo2/modelLayers.h b/dev-tools/sandboxes/realSpace/demo2/modelLayers.h index 7451619d5b6..5f36f915e1c 100644 --- a/dev-tools/sandboxes/realSpace/demo2/modelLayers.h +++ b/dev-tools/sandboxes/realSpace/demo2/modelLayers.h @@ -2,7 +2,7 @@ // // BornAgain: simulate and fit scattering at grazing incidence // -//! @file GUI/ba3d/showcase/modelLayers.h +//! @file dev-tools/sandboxes/realSpace/demo2/modelLayers.h //! @brief Defines ModelLayers class //! //! @homepage http://www.bornagainproject.org diff --git a/dev-tools/sandboxes/realSpace/demo2/modelShowcase.cpp b/dev-tools/sandboxes/realSpace/demo2/modelShowcase.cpp index 77f01b18980..c7410f7f5bd 100644 --- a/dev-tools/sandboxes/realSpace/demo2/modelShowcase.cpp +++ b/dev-tools/sandboxes/realSpace/demo2/modelShowcase.cpp @@ -2,7 +2,7 @@ // // BornAgain: simulate and fit scattering at grazing incidence // -//! @file GUI/ba3d/showcase/modelShowcase.cpp +//! @file dev-tools/sandboxes/realSpace/demo2/modelShowcase.cpp //! @brief Implements ModelShowcase class //! //! @homepage http://www.bornagainproject.org diff --git a/dev-tools/sandboxes/realSpace/demo2/modelShowcase.h b/dev-tools/sandboxes/realSpace/demo2/modelShowcase.h index 92fa4b4800d..30f69909a45 100644 --- a/dev-tools/sandboxes/realSpace/demo2/modelShowcase.h +++ b/dev-tools/sandboxes/realSpace/demo2/modelShowcase.h @@ -2,7 +2,7 @@ // // BornAgain: simulate and fit scattering at grazing incidence // -//! @file GUI/ba3d/showcase/modelShowcase.h +//! @file dev-tools/sandboxes/realSpace/demo2/modelShowcase.h //! @brief Defines ModelShowcase class //! //! @homepage http://www.bornagainproject.org -- GitLab