updating docblock locations.
This commit is contained in:
@@ -10,4 +10,7 @@ from App.DocumentObject import DocumentObject
|
||||
class MeasureBase(DocumentObject):
|
||||
"""
|
||||
User documentation here
|
||||
|
||||
Author: David Friedli(hlorus) (david@friedli-be.ch)
|
||||
License: LGPL-2.1-or-later
|
||||
"""
|
||||
|
||||
@@ -11,6 +11,9 @@ from Base.Metadata import export
|
||||
class Measurement(BaseClass):
|
||||
"""
|
||||
Make a measurement
|
||||
|
||||
Author: Luke Parry (l.parry@warwick.ac.uk)
|
||||
License: LGPL-2.1-or-later
|
||||
"""
|
||||
|
||||
def addReference3D(self) -> Any:
|
||||
|
||||
@@ -10,4 +10,7 @@ from Base.PyObjectBase import PyObjectBase
|
||||
class QuickMeasure(PyObjectBase):
|
||||
"""
|
||||
Selection Observer for the QuickMeasure label.
|
||||
|
||||
Author: Ondsel (development@ondsel.com)
|
||||
License: LGPL-2.1-or-later
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user