mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-06 06:40:46 +05:00
Fix issue 0019972: EDF 810 GEOM: doxygen documentation: to exlude '__init__' service method from auxiliary part of documentation.
This commit is contained in:
parent
3f8dbc26f7
commit
26f48fbe3c
@ -107,8 +107,6 @@ class info:
|
|||||||
|
|
||||||
class geompyDC(GEOM._objref_GEOM_Gen):
|
class geompyDC(GEOM._objref_GEOM_Gen):
|
||||||
|
|
||||||
## @addtogroup l1_geompy_auxiliary
|
|
||||||
## @{
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
GEOM._objref_GEOM_Gen.__init__(self)
|
GEOM._objref_GEOM_Gen.__init__(self)
|
||||||
self.myBuilder = None
|
self.myBuilder = None
|
||||||
@ -129,6 +127,8 @@ class geompyDC(GEOM._objref_GEOM_Gen):
|
|||||||
self.GroupOp = None
|
self.GroupOp = None
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
## @addtogroup l1_geompy_auxiliary
|
||||||
|
## @{
|
||||||
def init_geom(self,theStudy):
|
def init_geom(self,theStudy):
|
||||||
self.myStudy = theStudy
|
self.myStudy = theStudy
|
||||||
self.myStudyId = self.myStudy._get_StudyId()
|
self.myStudyId = self.myStudy._get_StudyId()
|
||||||
|
Loading…
Reference in New Issue
Block a user