From d1bcb4cf5960eb3c30c55d45317316ebaf22354d Mon Sep 17 00:00:00 2001
From: "Joachim Wuttke (h)" <j.wuttke@fz-juelich.de>
Date: Fri, 30 Oct 2020 09:17:32 +0100
Subject: [PATCH] comments

---
 Base/Pixel/IPixel.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Base/Pixel/IPixel.h b/Base/Pixel/IPixel.h
index 614b9ef03e8..94ad46176f0 100644
--- a/Base/Pixel/IPixel.h
+++ b/Base/Pixel/IPixel.h
@@ -3,7 +3,7 @@
 //  BornAgain: simulate and fit scattering at grazing incidence
 //
 //! @file      Base/Pixel/IPixel.h
-//! @brief     Defines pure virtual interface IPixel (has no cpp file)
+//! @brief     Defines and implements pure virtual interface IPixel.
 //!
 //! @homepage  http://www.bornagainproject.org
 //! @license   GNU General Public License v3 or higher (see COPYING)
@@ -18,6 +18,7 @@
 #include "Base/Vector/Vectors3D.h"
 
 //! Interface for a function that maps [0,1]x[0,1] to the kvectors in a pixel.
+//! Pure virtual base class for SphericalPixel and RectangularPixel.
 //! @ingroup detector
 
 class IPixel
-- 
GitLab