From 7497a6580483bc622832a21f6aad98925e6dc63b Mon Sep 17 00:00:00 2001
From: "Joachim Wuttke (h)" <j.wuttke@fz-juelich.de>
Date: Sat, 31 Oct 2020 23:51:20 +0100
Subject: [PATCH] SimulationElement::pointElement instead of copy c'tor with
 extra arguments

---
 auto/Wrap/doxygenBase.i | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/auto/Wrap/doxygenBase.i b/auto/Wrap/doxygenBase.i
index f8bcda23eb4..ffd46a56754 100644
--- a/auto/Wrap/doxygenBase.i
+++ b/auto/Wrap/doxygenBase.i
@@ -1566,6 +1566,8 @@ global helper function for comparison of axes
 
 
 // File: SimulationElement_8cpp.xml
+%feature("docstring")  pointElement "SimulationElement pointElement(double x, double y) const
+";
 
 
 // File: SimulationElement_8h.xml
-- 
GitLab