updating docblock locations.
This commit is contained in:
@@ -17,6 +17,9 @@ class PathSim(BaseClass):
|
||||
PathSimulator.PathSim():
|
||||
|
||||
Create a path simulator object
|
||||
|
||||
Author: Shai Seger (shaise_at_g-mail)
|
||||
License: LGPL-2.1-or-later
|
||||
"""
|
||||
|
||||
def BeginSimulation(self, **kwargs) -> Any:
|
||||
|
||||
@@ -18,6 +18,9 @@ class CAMSim(BaseClass):
|
||||
CAMSimulator.CAMSim():
|
||||
|
||||
Create a path simulator object
|
||||
|
||||
Author: Shai Seger (shaise_at_g-mail)
|
||||
License: LGPL-2.1-or-later
|
||||
"""
|
||||
|
||||
def BeginSimulation(self, **kwargs) -> Any:
|
||||
|
||||
Reference in New Issue
Block a user