From: akl Date: Mon, 17 Nov 2008 08:43:01 +0000 (+0000) Subject: Fix issue 0019972: EDF 810 GEOM: doxygen documentation: to exlude '__init__' service... X-Git-Tag: V5_1_0rc2~36 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=26f48fbe3c5e23d40612828af23e9ccd9203d34a;p=modules%2Fgeom.git Fix issue 0019972: EDF 810 GEOM: doxygen documentation: 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 d3477a9a3..d7525d091 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()