]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Fix issue 0019972: EDF 810 GEOM: to exlude '__init__' service method from auxiliary...
authorakl <akl@opencascade.com>
Mon, 17 Nov 2008 08:29:00 +0000 (08:29 +0000)
committerakl <akl@opencascade.com>
Mon, 17 Nov 2008 08:29:00 +0000 (08:29 +0000)
src/GEOM_SWIG/geompyDC.py

index f0afc1d9c8835c330835be6e66644d5f44a1d4b7..5ec61ddeaf93fb209496bdc55693da1475274655 100644 (file)
@@ -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()