[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";
/**
* LinkService provides an interface for linking objects to additional
* locations. It also provides a method for determining if an object
* can be copied to a specific location.
*/
function LinkService(policyService) {
return {
/**