From 2d2782d205841a1d47d789d4f929dd08168ff2f8 Mon Sep 17 00:00:00 2001
From: "Joachim Wuttke (h)" <j.wuttke@fz-juelich.de>
Date: Tue, 24 Aug 2021 18:42:51 +0200
Subject: [PATCH] regenerate

---
 auto/Wrap/doxygenParam.i       | 2 +-
 auto/Wrap/libBornAgainParam.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/auto/Wrap/doxygenParam.i b/auto/Wrap/doxygenParam.i
index 3e3994e7655..d42f8cb8d1d 100644
--- a/auto/Wrap/doxygenParam.i
+++ b/auto/Wrap/doxygenParam.i
@@ -436,7 +436,7 @@ Prints distribution with constructor parameters in given units. ba.DistributionG
 // File: classINamed.xml
 %feature("docstring") INamed "
 
-Holds a name. Used to hold the class name (and not a distinctive object name).
+Holds a name. Mostly used for the class name; in some cases, however, for a distinctive object name (e.g. in SampleBuilder classes).
 
 C++ includes: INamed.h
 ";
diff --git a/auto/Wrap/libBornAgainParam.py b/auto/Wrap/libBornAgainParam.py
index 254977111d2..3df45c7e7af 100644
--- a/auto/Wrap/libBornAgainParam.py
+++ b/auto/Wrap/libBornAgainParam.py
@@ -2017,7 +2017,7 @@ class INamed(object):
     r"""
 
 
-    Holds a name. Used to hold the class name (and not a distinctive object name).
+    Holds a name. Mostly used for the class name; in some cases, however, for a distinctive object name (e.g. in SampleBuilder classes).
 
     C++ includes: INamed.h
 
-- 
GitLab