wrap_parameter_doc

lsst.ts.MTMount.wrap_parameter_doc(text)

Wrap a parameter description appropriately for a doc string.

Parameters:
doc : str

Documentation to wrap; typically a FieldInfo.doc.

Returns:
wrapped_doc : str

The doc wrapped to 79 characters with 4 spaces of indentation.