[JSDoc] Add class-level documentation

This commit is contained in:
larkin
2015-06-12 10:08:34 -07:00
parent d32c05a313
commit bff272e326
7 changed files with 35 additions and 1 deletions

View File

@@ -26,6 +26,11 @@ define(
function () {
"use strict";
/**
* CopyService provides an interface for deep copying objects from one
* location to another. It also provides a method for determining if
* an object can be copied to a specific location.
*/
function CopyService($q, creationService, policyService) {
/**