add empty description to Mod() for Sea classes

Change-Id: I3890782b4e08291f73db0bfc4671c6cbc14f05d6
This commit is contained in:
2023-05-09 08:19:03 +02:00
parent a9fe8577c3
commit 750b5a7794
58 changed files with 274 additions and 273 deletions

View File

@ -10,52 +10,52 @@ Mod('sea_main',
)
Mod('tt',
'frappy_psi.sea.SeaDrivable',
'frappy_psi.sea.SeaDrivable', '',
io='sea_main',
sea_object='tt',
rel_paths=['.', 't1'],
)
Mod('t2',
'frappy_psi.sea.SeaReadable',
'frappy_psi.sea.SeaReadable', '',
io='sea_main',
sea_object='tt',
rel_paths=['t2'],
)
Mod('current',
'frappy_psi.sea.SeaReadable',
'frappy_psi.sea.SeaReadable', '',
io='sea_main',
sea_object='current',
extra_modules=['i1,', 'i2,', 'i3,', 'i4'],
)
Mod('i1',
'frappy_psi.sea.SeaReadable',
'frappy_psi.sea.SeaReadable', '',
io='sea_main',
single_module=['current.i1'],
)
Mod('i2',
'frappy_psi.sea.SeaReadable',
'frappy_psi.sea.SeaReadable', '',
io='sea_main',
single_module=['current.i2'],
)
Mod('i3',
'frappy_psi.sea.SeaReadable',
'frappy_psi.sea.SeaReadable', '',
io='sea_main',
single_module=['current.i3'],
)
Mod('i4',
'frappy_psi.sea.SeaReadable',
'frappy_psi.sea.SeaReadable', '',
io='sea_main',
single_module=['current.i4'],
)
Mod('pv',
'frappy_psi.sea.SeaReadable',
'frappy_psi.sea.SeaReadable', '',
io='sea_main',
sea_object='pv',
)