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:
Blake J. Harnden 2018-03-15 14:31:07 -07:00
parent 6d3470c95f
commit 188f9420ca
7 changed files with 38 additions and 21 deletions

View file

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