added a convenience target for generating all documentation based on existing google code example, fixed a few issues with doc strings
This commit is contained in:
parent
6d3470c95f
commit
188f9420ca
7 changed files with 38 additions and 21 deletions
|
@ -655,8 +655,8 @@ class PyCoreNetIf(object):
|
|||
"""
|
||||
Attach network.
|
||||
|
||||
:param core.coreobj.PyCoreNet net: network to attach to
|
||||
:return:nothing
|
||||
:param core.coreobj.PyCoreNet net: network to attach
|
||||
:return: nothing
|
||||
"""
|
||||
if self.net:
|
||||
self.detachnet()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue