Adding license documentation to interface class docblocks.
This commit is contained in:
@@ -10,6 +10,8 @@ from App.Part import Part
|
||||
)
|
||||
class AssemblyLink(Part):
|
||||
"""
|
||||
Author: Ondsel (development@ondsel.com)
|
||||
License: LGPL-2.1-or-later
|
||||
This class handles document objects in Assembly
|
||||
"""
|
||||
|
||||
|
||||
@@ -7,6 +7,8 @@ from App.Part import Part
|
||||
@export(Include="Mod/Assembly/App/AssemblyObject.h", Namespace="Assembly")
|
||||
class AssemblyObject(Part):
|
||||
"""
|
||||
Author: Ondsel (development@ondsel.com)
|
||||
License: LGPL-2.1-or-later
|
||||
This class handles document objects in Assembly
|
||||
"""
|
||||
|
||||
|
||||
@@ -5,5 +5,7 @@ from App.DocumentObjectGroup import DocumentObjectGroup
|
||||
@export(Include="Mod/Assembly/App/BomGroup.h", Namespace="Assembly")
|
||||
class BomGroup(DocumentObjectGroup):
|
||||
"""
|
||||
Author: Ondsel (development@ondsel.com)
|
||||
License: LGPL-2.1-or-later
|
||||
This class is a group subclass for boms.
|
||||
"""
|
||||
|
||||
@@ -8,5 +8,7 @@ from Spreadsheet.Sheet import Sheet
|
||||
)
|
||||
class BomObject(Sheet):
|
||||
"""
|
||||
Author: Ondsel (development@ondsel.com)
|
||||
License: LGPL-2.1-or-later
|
||||
This class is the BOM object of assemblies, it derives from Spreadsheet::Sheet.
|
||||
"""
|
||||
|
||||
@@ -5,5 +5,7 @@ from App.DocumentObjectGroup import DocumentObjectGroup
|
||||
@export(Include="Mod/Assembly/App/JointGroup.h", Namespace="Assembly")
|
||||
class JointGroup(DocumentObjectGroup):
|
||||
"""
|
||||
Author: Ondsel (development@ondsel.com)
|
||||
License: LGPL-2.1-or-later
|
||||
This class is a group subclass for joints.
|
||||
"""
|
||||
|
||||
@@ -5,5 +5,7 @@ from App.DocumentObjectGroup import DocumentObjectGroup
|
||||
@export(Include="Mod/Assembly/App/SimulationGroup.h", Namespace="Assembly")
|
||||
class SimulationGroup(DocumentObjectGroup):
|
||||
"""
|
||||
Author: Ondsel (development@ondsel.com)
|
||||
License: LGPL-2.1-or-later
|
||||
This class is a group subclass for joints.
|
||||
"""
|
||||
|
||||
@@ -5,5 +5,7 @@ from App.DocumentObjectGroup import DocumentObjectGroup
|
||||
@export(Include="Mod/Assembly/App/ViewGroup.h", Namespace="Assembly")
|
||||
class ViewGroup(DocumentObjectGroup):
|
||||
"""
|
||||
Author: Ondsel (development@ondsel.com)
|
||||
License: LGPL-2.1-or-later
|
||||
This class is a group subclass for joints.
|
||||
"""
|
||||
|
||||
@@ -7,6 +7,8 @@ from Gui.ViewProvider import ViewProvider
|
||||
@export(Include="Mod/Assembly/Gui/ViewProviderAssembly.h", Namespace="AssemblyGui")
|
||||
class ViewProviderAssembly(ViewProvider):
|
||||
"""
|
||||
Author: Ondsel (development@ondsel.com)
|
||||
License: LGPL-2.1-or-later
|
||||
This is the ViewProviderAssembly class
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user