[JSDoc] Add annotations
Bulk-add JSDoc annotations, WTD-1482.
This commit is contained in:
@@ -31,6 +31,8 @@ define(
|
||||
* deep copy an object to another location of their choosing.
|
||||
*
|
||||
* @implements Action
|
||||
* @constructor
|
||||
* @memberof platform/entanglement
|
||||
*/
|
||||
function CopyAction(locationService, copyService, context) {
|
||||
|
||||
@@ -90,3 +92,4 @@ define(
|
||||
return CopyAction;
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
@@ -30,6 +30,8 @@ define(
|
||||
* link an object to another location of their choosing.
|
||||
*
|
||||
* @implements Action
|
||||
* @constructor
|
||||
* @memberof platform/entanglement
|
||||
*/
|
||||
function LinkAction(locationService, linkService, context) {
|
||||
|
||||
@@ -87,3 +89,4 @@ define(
|
||||
return LinkAction;
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
@@ -30,6 +30,8 @@ define(
|
||||
* move an object to another location of their choosing.
|
||||
*
|
||||
* @implements Action
|
||||
* @constructor
|
||||
* @memberof platform/entanglement
|
||||
*/
|
||||
function MoveAction(locationService, moveService, context) {
|
||||
|
||||
@@ -88,3 +90,4 @@ define(
|
||||
return MoveAction;
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user