From: akl Date: Mon, 17 Nov 2008 08:29:00 +0000 (+0000) Subject: Fix issue 0019972: EDF 810 GEOM: to exlude '__init__' service method from auxiliary... X-Git-Tag: V4_1_4rc2~26 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=23ee76e527ae1cb41db9de068fc029bdae2dbb78;p=modules%2Fgeom.git Fix issue 0019972: EDF 810 GEOM: to exlude '__init__' service method from auxiliary part of documentation. --- diff --git a/src/GEOM_SWIG/geompyDC.py b/src/GEOM_SWIG/geompyDC.py index f0afc1d9c..5ec61ddea 100644 --- a/src/GEOM_SWIG/geompyDC.py +++ b/src/GEOM_SWIG/geompyDC.py @@ -107,8 +107,6 @@ class info: class geompyDC(GEOM._objref_GEOM_Gen): - ## @addtogroup l1_geompy_auxiliary - ## @{ def __init__(self): GEOM._objref_GEOM_Gen.__init__(self) self.myBuilder = None @@ -129,6 +127,8 @@ class geompyDC(GEOM._objref_GEOM_Gen): self.GroupOp = None pass + ## @addtogroup l1_geompy_auxiliary + ## @{ def init_geom(self,theStudy): self.myStudy = theStudy self.myStudyId = self.myStudy._get_StudyId()