Fix issue 0019972: EDF 810 GEOM: doxygen documentation: to exlude '__init__' service method from auxiliary part of documentation.

This commit is contained in:
akl 2008-11-17 08:43:01 +00:00
parent 3f8dbc26f7
commit 26f48fbe3c

View 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()