From 9debd9145a342997b694e4967f5b97b37c8532f0 Mon Sep 17 00:00:00 2001 From: "Joachim Wuttke (h)" <j.wuttke@fz-juelich.de> Date: Wed, 11 Oct 2023 09:46:42 +0200 Subject: [PATCH] comm --- Device/Mask/IShape2D.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Device/Mask/IShape2D.h b/Device/Mask/IShape2D.h index 6397486ce37..d4a7c25031a 100644 --- a/Device/Mask/IShape2D.h +++ b/Device/Mask/IShape2D.h @@ -3,7 +3,7 @@ // BornAgain: simulate and fit reflection and scattering // //! @file Device/Mask/IShape2D.h -//! @brief Defines basic class for all 2D shapes. +//! @brief Defines and implements abstract base class for all 2D shapes. //! //! @homepage http://www.bornagainproject.org //! @license GNU General Public License v3 or higher (see COPYING) @@ -20,7 +20,7 @@ class Bin1D; -//! Basic class for all shapes in 2D. +//! Abstract base class for all shapes in 2D. class IShape2D : public ICloneable { public: -- GitLab